|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "10045374231657176554" |
| 9 | + "templateHash": "14310770063360835011" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
287 | 287 | "apiVersion": "2021-04-01", |
288 | 288 | "name": "default", |
289 | 289 | "properties": { |
290 | | - "tags": { |
291 | | - "TemplateName": "Content Processing", |
292 | | - "Type": "[if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF')]", |
293 | | - "CreatedBy": "[parameters('createdBy')]" |
294 | | - } |
| 290 | + "tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Content Processing', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]" |
295 | 291 | } |
296 | 292 | }, |
297 | 293 | "virtualNetwork": { |
@@ -38710,10 +38706,10 @@ |
38710 | 38706 | "dependsOn": [ |
38711 | 38707 | "avmContainerApp", |
38712 | 38708 | "avmManagedIdentity", |
38713 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
38714 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
38715 | 38709 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
38716 | 38710 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
| 38711 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 38712 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
38717 | 38713 | "logAnalyticsWorkspace", |
38718 | 38714 | "virtualNetwork" |
38719 | 38715 | ] |
|
41051 | 41047 | "dependsOn": [ |
41052 | 41048 | "avmContainerApp", |
41053 | 41049 | "avmManagedIdentity", |
41054 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
41055 | 41050 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
| 41051 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
41056 | 41052 | "virtualNetwork" |
41057 | 41053 | ] |
41058 | 41054 | }, |
|
0 commit comments