|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.41.2.15936", |
9 | | - "templateHash": "9733680305260753032" |
| 9 | + "templateHash": "18262017557117529046" |
10 | 10 | }, |
11 | 11 | "name": "Modernize Your Code Solution Accelerator", |
12 | | - "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \n" |
| 12 | + "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n" |
13 | 13 | }, |
14 | 14 | "parameters": { |
15 | 15 | "solutionName": { |
@@ -12902,11 +12902,11 @@ |
12902 | 12902 | }, |
12903 | 12903 | "dependsOn": [ |
12904 | 12904 | "applicationInsights", |
| 12905 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", |
| 12906 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
12905 | 12907 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
12906 | 12908 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", |
12907 | 12909 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", |
12908 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", |
12909 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
12910 | 12910 | "dataCollectionEndpoint", |
12911 | 12911 | "logAnalyticsWorkspace", |
12912 | 12912 | "virtualNetwork" |
@@ -16625,13 +16625,13 @@ |
16625 | 16625 | "value": "Windows" |
16626 | 16626 | }, |
16627 | 16627 | "vmSize": { |
16628 | | - "value": "[coalesce(parameters('vmSize'), 'Standard_D2s_v3')]" |
| 16628 | + "value": "[if(not(empty(parameters('vmSize'))), parameters('vmSize'), 'Standard_D2s_v5')]" |
16629 | 16629 | }, |
16630 | 16630 | "adminUsername": { |
16631 | | - "value": "[coalesce(parameters('vmAdminUsername'), 'JumpboxAdminUser')]" |
| 16631 | + "value": "[if(not(empty(parameters('vmAdminUsername'))), parameters('vmAdminUsername'), 'JumpboxAdminUser')]" |
16632 | 16632 | }, |
16633 | 16633 | "adminPassword": { |
16634 | | - "value": "[coalesce(parameters('vmAdminPassword'), 'JumpboxAdminP@ssw0rd1234!')]" |
| 16634 | + "value": "[if(not(empty(parameters('vmAdminPassword'))), parameters('vmAdminPassword'), 'JumpboxAdminP@ssw0rd1234!')]" |
16635 | 16635 | }, |
16636 | 16636 | "managedIdentities": { |
16637 | 16637 | "value": { |
|
31929 | 31929 | }, |
31930 | 31930 | "dependsOn": [ |
31931 | 31931 | "aiServices", |
| 31932 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
31932 | 31933 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
31933 | 31934 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
31934 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
31935 | 31935 | "virtualNetwork" |
31936 | 31936 | ] |
31937 | 31937 | }, |
|
40182 | 40182 | }, |
40183 | 40183 | "dependsOn": [ |
40184 | 40184 | "appIdentity", |
40185 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40186 | 40185 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
| 40186 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40187 | 40187 | "logAnalyticsWorkspace", |
40188 | 40188 | "virtualNetwork" |
40189 | 40189 | ] |
|
0 commit comments