|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.38.33.27573", |
9 | | - "templateHash": "12815126820516898428" |
| 9 | + "templateHash": "12020835849064853237" |
10 | 10 | }, |
11 | 11 | "name": "Content Processing Solution Accelerator", |
12 | 12 | "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance." |
|
264 | 264 | }, |
265 | 265 | "replicaLocation": "[tryGet(variables('replicaRegionPairs'), parameters('location'))]", |
266 | 266 | "bastionHostName": "[format('bas-{0}', variables('solutionSuffix'))]", |
267 | | - "jumpboxVmName": "[take(format('vm-jumpbox-{0}', variables('solutionSuffix')), 15)]", |
| 267 | + "jumpboxVmName": "[take(format('vm-{0}', variables('solutionSuffix')), 15)]", |
268 | 268 | "dataCollectionRulesResourceName": "[format('dcr-{0}', variables('solutionSuffix'))]", |
269 | 269 | "proximityPlacementGroupResourceName": "[format('ppg-{0}', variables('solutionSuffix'))]", |
270 | 270 | "privateDnsZones": [ |
|
13835 | 13835 | "condition": "[parameters('enablePrivateNetworking')]", |
13836 | 13836 | "type": "Microsoft.Resources/deployments", |
13837 | 13837 | "apiVersion": "2025-04-01", |
13838 | | - "name": "[take(format('{0}-jumpbox-maintenance-config', variables('jumpboxVmName')), 64)]", |
| 13838 | + "name": "[take(format('avm.res.maintenance-configuration.{0}', variables('jumpboxVmName')), 64)]", |
13839 | 13839 | "properties": { |
13840 | 13840 | "expressionEvaluationOptions": { |
13841 | 13841 | "scope": "inner" |
@@ -40908,10 +40908,10 @@ |
40908 | 40908 | "dependsOn": [ |
40909 | 40909 | "avmContainerApp", |
40910 | 40910 | "avmManagedIdentity", |
40911 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
40912 | 40911 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
40913 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 40912 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
40914 | 40913 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 40914 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
40915 | 40915 | "logAnalyticsWorkspace", |
40916 | 40916 | "virtualNetwork" |
40917 | 40917 | ] |
|
43513 | 43513 | "dependsOn": [ |
43514 | 43514 | "avmContainerApp", |
43515 | 43515 | "avmManagedIdentity", |
43516 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
43517 | 43516 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 43517 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]", |
43518 | 43518 | "virtualNetwork" |
43519 | 43519 | ] |
43520 | 43520 | }, |
|
0 commit comments