|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.42.1.51946", |
9 | | - "templateHash": "3337141965130997882" |
| 9 | + "templateHash": "5885652317352749587" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
19275 | 19275 | "mode": "Incremental", |
19276 | 19276 | "parameters": { |
19277 | 19277 | "name": { |
19278 | | - "value": "[format('log-{0}', variables('solutionSuffix'))]" |
| 19278 | + "value": "[variables('logAnalyticsWorkspaceResourceName')]" |
19279 | 19279 | }, |
19280 | 19280 | "location": { |
19281 | 19281 | "value": "[parameters('location')]" |
|
36183 | 36183 | "avmContainerApp_API", |
36184 | 36184 | "avmContainerApp_Workflow", |
36185 | 36185 | "avmManagedIdentity", |
36186 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
36187 | 36186 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 36187 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
36188 | 36188 | "virtualNetwork" |
36189 | 36189 | ] |
36190 | 36190 | }, |
@@ -42487,10 +42487,10 @@ |
42487 | 42487 | }, |
42488 | 42488 | "dependsOn": [ |
42489 | 42489 | "avmAiServices", |
| 42490 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
| 42491 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
42490 | 42492 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
42491 | 42493 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
42492 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
42493 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
42494 | 42494 | "virtualNetwork" |
42495 | 42495 | ] |
42496 | 42496 | }, |
|
0 commit comments