|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.43.8.12551", |
9 | | - "templateHash": "1762309424496235679" |
| 9 | + "templateHash": "18442421312669656903" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
325 | 325 | "applicationInsightsResourceName": "[format('appi-{0}', variables('solutionSuffix'))]", |
326 | 326 | "bastionHostName": "[format('bas-{0}', variables('solutionSuffix'))]", |
327 | 327 | "dataCollectionRulesResourceName": "[format('dcr-{0}', variables('solutionSuffix'))]", |
| 328 | + "dcrLogAnalyticsDestinationName": "[format('la-{0}-destination', variables('logAnalyticsWorkspaceResourceName'))]", |
328 | 329 | "jumpboxVmName": "[take(format('vm-jumpbox-{0}', variables('solutionSuffix')), 15)]", |
329 | 330 | "privateDnsZones": [ |
330 | 331 | "privatelink.cognitiveservices.azure.com", |
|
9078 | 9079 | "logAnalytics": [ |
9079 | 9080 | { |
9080 | 9081 | "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value)]", |
9081 | | - "name": "la--1264800308" |
| 9082 | + "name": "[variables('dcrLogAnalyticsDestinationName')]" |
9082 | 9083 | } |
9083 | 9084 | ] |
9084 | 9085 | }, |
|
9088 | 9089 | "Microsoft-Perf" |
9089 | 9090 | ], |
9090 | 9091 | "destinations": [ |
9091 | | - "la--1264800308" |
| 9092 | + "[variables('dcrLogAnalyticsDestinationName')]" |
9092 | 9093 | ], |
9093 | 9094 | "transformKql": "source", |
9094 | 9095 | "outputStream": "Microsoft-Perf" |
|
9098 | 9099 | "Microsoft-Event" |
9099 | 9100 | ], |
9100 | 9101 | "destinations": [ |
9101 | | - "la--1264800308" |
| 9102 | + "[variables('dcrLogAnalyticsDestinationName')]" |
9102 | 9103 | ], |
9103 | 9104 | "transformKql": "source", |
9104 | 9105 | "outputStream": "Microsoft-Event" |
|
29627 | 29628 | }, |
29628 | 29629 | "dependsOn": [ |
29629 | 29630 | "aiFoundryAiServices", |
29630 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
29631 | 29631 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 29632 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
29632 | 29633 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
29633 | 29634 | "virtualNetwork" |
29634 | 29635 | ] |
@@ -39943,10 +39944,10 @@ |
39943 | 39944 | } |
39944 | 39945 | }, |
39945 | 39946 | "dependsOn": [ |
39946 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
39947 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
39948 | 39947 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
39949 | 39948 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]", |
| 39949 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
| 39950 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
39950 | 39951 | "userAssignedIdentity", |
39951 | 39952 | "virtualNetwork" |
39952 | 39953 | ] |
|
0 commit comments