|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.41.2.15936", |
9 | | - "templateHash": "9733680305260753032" |
| 9 | + "templateHash": "3093757051086668797" |
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": { |
|
3919 | 3919 | "value": "[parameters('location')]" |
3920 | 3920 | }, |
3921 | 3921 | "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), createObject('value', parameters('existingLogAnalyticsWorkspaceId')), createObject('value', reference('logAnalyticsWorkspace').outputs.resourceId.value))]", |
3922 | | - "diagnosticSettings": { |
3923 | | - "value": [ |
3924 | | - { |
3925 | | - "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value)]" |
3926 | | - } |
3927 | | - ] |
3928 | | - }, |
3929 | 3922 | "tags": { |
3930 | 3923 | "value": "[variables('allTags')]" |
3931 | 3924 | }, |
@@ -12903,10 +12896,10 @@ |
12903 | 12896 | "dependsOn": [ |
12904 | 12897 | "applicationInsights", |
12905 | 12898 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
12906 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", |
12907 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", |
12908 | 12899 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]", |
12909 | 12900 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]", |
| 12901 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]", |
| 12902 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]", |
12910 | 12903 | "dataCollectionEndpoint", |
12911 | 12904 | "logAnalyticsWorkspace", |
12912 | 12905 | "virtualNetwork" |
|
16624 | 16617 | "osType": { |
16625 | 16618 | "value": "Windows" |
16626 | 16619 | }, |
16627 | | - "vmSize": { |
16628 | | - "value": "[coalesce(parameters('vmSize'), 'Standard_D2s_v3')]" |
16629 | | - }, |
16630 | | - "adminUsername": { |
16631 | | - "value": "[coalesce(parameters('vmAdminUsername'), 'JumpboxAdminUser')]" |
16632 | | - }, |
16633 | | - "adminPassword": { |
16634 | | - "value": "[coalesce(parameters('vmAdminPassword'), 'JumpboxAdminP@ssw0rd1234!')]" |
16635 | | - }, |
| 16620 | + "vmSize": "[if(not(empty(parameters('vmSize'))), createObject('value', parameters('vmSize')), createObject('value', 'Standard_D2s_v5'))]", |
| 16621 | + "adminUsername": "[if(not(empty(parameters('vmAdminUsername'))), createObject('value', parameters('vmAdminUsername')), createObject('value', 'JumpboxAdminUser'))]", |
| 16622 | + "adminPassword": "[if(not(empty(parameters('vmAdminPassword'))), createObject('value', parameters('vmAdminPassword')), createObject('value', 'JumpboxAdminP@ssw0rd1234!'))]", |
16636 | 16623 | "managedIdentities": { |
16637 | 16624 | "value": { |
16638 | 16625 | "systemAssigned": true |
|
31929 | 31916 | }, |
31930 | 31917 | "dependsOn": [ |
31931 | 31918 | "aiServices", |
31932 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
31933 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
31934 | 31919 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 31920 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 31921 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
31935 | 31922 | "virtualNetwork" |
31936 | 31923 | ] |
31937 | 31924 | }, |
|
40182 | 40169 | }, |
40183 | 40170 | "dependsOn": [ |
40184 | 40171 | "appIdentity", |
40185 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40186 | 40172 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
| 40173 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
40187 | 40174 | "logAnalyticsWorkspace", |
40188 | 40175 | "virtualNetwork" |
40189 | 40176 | ] |
|
0 commit comments