|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.43.8.12551", |
9 | | - "templateHash": "4572051835005912799" |
| 9 | + "templateHash": "10586044166511921089" |
10 | 10 | }, |
11 | 11 | "name": "Modernize Your Code Solution Accelerator", |
12 | 12 | "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n" |
@@ -13103,11 +13103,11 @@ |
13103 | 13103 | }, |
13104 | 13104 | "dependsOn": [ |
13105 | 13105 | "applicationInsights", |
| 13106 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
13106 | 13107 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
13107 | 13108 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", |
13108 | 13109 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", |
13109 | 13110 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", |
13110 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
13111 | 13111 | "dataCollectionEndpoint", |
13112 | 13112 | "logAnalyticsWorkspace", |
13113 | 13113 | "virtualNetwork" |
|
32421 | 32421 | }, |
32422 | 32422 | "dependsOn": [ |
32423 | 32423 | "aiServices", |
| 32424 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
32424 | 32425 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
32425 | 32426 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
32426 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
32427 | 32427 | "virtualNetwork" |
32428 | 32428 | ] |
32429 | 32429 | }, |
|
40888 | 40888 | }, |
40889 | 40889 | "dependsOn": [ |
40890 | 40890 | "appIdentity", |
40891 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
40892 | 40891 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
| 40892 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
40893 | 40893 | "logAnalyticsWorkspace", |
40894 | 40894 | "virtualNetwork" |
40895 | 40895 | ] |
|
51099 | 51099 | "appLogsConfiguration": "[if(parameters('enableMonitoring'), createObject('value', createObject('destination', 'log-analytics', 'logAnalyticsWorkspaceResourceId', if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value), 'logAnalyticsConfiguration', createObject('customerId', if(variables('useExistingLogAnalytics'), reference('existingLogAnalyticsWorkspace').customerId, reference('logAnalyticsWorkspace').outputs.logAnalyticsWorkspaceId.value), 'sharedKey', if(variables('useExistingLogAnalytics'), listKeys('existingLogAnalyticsWorkspace', '2025-07-01').primarySharedKey, listOutputsWithSecureValues('logAnalyticsWorkspace', '2025-04-01').primarySharedKey)))), createObject('value', null()))]", |
51100 | 51100 | "workloadProfiles": "[if(parameters('enablePrivateNetworking'), createObject('value', createArray(createObject('name', 'Consumption', 'workloadProfileType', 'Consumption'))), createObject('value', createArray()))]", |
51101 | 51101 | "tags": { |
51102 | | - "value": "[shallowMerge(createArray(resourceGroup().tags, variables('allTags'), createObject('TemplateName', 'Code Modernization', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name)))]" |
| 51102 | + "value": "[shallowMerge(createArray(resourceGroup().tags, variables('existingTags'), variables('allTags'), parameters('tags')))]" |
51103 | 51103 | }, |
51104 | 51104 | "enableTelemetry": { |
51105 | 51105 | "value": "[parameters('enableTelemetry')]" |
|
0 commit comments