|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.38.33.27573", |
9 | | - "templateHash": "13493219753752927332" |
| 9 | + "templateHash": "2150473040924531792" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
29915 | 29915 | } |
29916 | 29916 | }, |
29917 | 29917 | "dependsOn": [ |
29918 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
29919 | 29918 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
29920 | 29919 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 29920 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
29921 | 29921 | "logAnalyticsWorkspace", |
29922 | 29922 | "userAssignedIdentity", |
29923 | 29923 | "virtualNetwork" |
|
39524 | 39524 | } |
39525 | 39525 | }, |
39526 | 39526 | "dependsOn": [ |
39527 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
39528 | 39527 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 39528 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
39529 | 39529 | "keyvault", |
39530 | 39530 | "userAssignedIdentity", |
39531 | 39531 | "virtualNetwork" |
|
49375 | 49375 | }, |
49376 | 49376 | "diagnosticSettings": "[if(parameters('enableMonitoring'), createObject('value', createArray(createObject('workspaceResourceId', if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value)))), createObject('value', null()))]", |
49377 | 49377 | "skuName": "[if(or(parameters('enableScalability'), parameters('enableRedundancy')), createObject('value', 'P1v3'), createObject('value', 'B3'))]", |
49378 | | - "skuCapacity": "[if(parameters('enableScalability'), createObject('value', 1), createObject('value', 1))]", |
| 49378 | + "skuCapacity": { |
| 49379 | + "value": 1 |
| 49380 | + }, |
49379 | 49381 | "zoneRedundant": "[if(parameters('enableRedundancy'), createObject('value', true()), createObject('value', false()))]" |
49380 | 49382 | }, |
49381 | 49383 | "template": { |
|
0 commit comments