|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.43.8.12551", |
9 | | - "templateHash": "10672198332480851690" |
| 9 | + "templateHash": "14892051102514442895" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
36177 | 36177 | "avmContainerApp_API", |
36178 | 36178 | "avmContainerApp_Workflow", |
36179 | 36179 | "avmManagedIdentity", |
36180 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
36181 | 36180 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 36181 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
36182 | 36182 | "virtualNetwork" |
36183 | 36183 | ] |
36184 | 36184 | }, |
@@ -42481,10 +42481,10 @@ |
42481 | 42481 | }, |
42482 | 42482 | "dependsOn": [ |
42483 | 42483 | "avmAiServices", |
| 42484 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
42484 | 42485 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
42485 | 42486 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
42486 | 42487 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
42487 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
42488 | 42488 | "virtualNetwork" |
42489 | 42489 | ] |
42490 | 42490 | }, |
|
42505 | 42505 | "value": "[parameters('location')]" |
42506 | 42506 | }, |
42507 | 42507 | "tags": { |
42508 | | - "value": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Content Processing', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'), 'DeploymentName', deployment().name)))]" |
| 42508 | + "value": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags')))]" |
42509 | 42509 | }, |
42510 | 42510 | "managedIdentities": { |
42511 | 42511 | "value": { |
|
0 commit comments