|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.38.33.27573", |
9 | | - "templateHash": "17267100473060819897" |
| 9 | + "templateHash": "12469434193126673699" |
10 | 10 | }, |
11 | 11 | "name": "Document Generation Solution Accelerator", |
12 | 12 | "description": "CSA CTO Gold Standard Solution Accelerator for Document Generation.\n" |
|
23418 | 23418 | } |
23419 | 23419 | }, |
23420 | 23420 | "dependsOn": [ |
| 23421 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
23421 | 23422 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
23422 | 23423 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
23423 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
23424 | 23424 | "logAnalyticsWorkspace", |
23425 | 23425 | "userAssignedIdentity", |
23426 | 23426 | "virtualNetwork" |
|
31893 | 31893 | } |
31894 | 31894 | }, |
31895 | 31895 | "dependsOn": [ |
31896 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
31897 | 31896 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
| 31897 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
31898 | 31898 | "userAssignedIdentity", |
31899 | 31899 | "virtualNetwork" |
31900 | 31900 | ] |
|
39047 | 39047 | }, |
39048 | 39048 | "diagnosticSettings": "[if(parameters('enableMonitoring'), createObject('value', createArray(createObject('workspaceResourceId', if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value)))), createObject('value', null()))]", |
39049 | 39049 | "skuName": "[if(or(parameters('enableScalability'), parameters('enableRedundancy')), createObject('value', 'P1v3'), createObject('value', 'B3'))]", |
39050 | | - "skuCapacity": "[if(parameters('enableScalability'), createObject('value', 3), createObject('value', 1))]", |
| 39050 | + "skuCapacity": { |
| 39051 | + "value": 1 |
| 39052 | + }, |
39051 | 39053 | "zoneRedundant": "[if(parameters('enableRedundancy'), createObject('value', true()), createObject('value', false()))]" |
39052 | 39054 | }, |
39053 | 39055 | "template": { |
|
0 commit comments