|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "17110143098087170499" |
| 9 | + "templateHash": "5944351688073580632" |
10 | 10 | }, |
11 | 11 | "name": "Modernize Your Code Solution Accelerator", |
12 | 12 | "description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n" |
|
20222 | 20222 | "value": true |
20223 | 20223 | }, |
20224 | 20224 | "customSubDomainName": { |
20225 | | - "value": "[format('ais-{0}', variables('solutionSuffix'))]" |
| 20225 | + "value": "[format('aif-{0}', variables('solutionSuffix'))]" |
20226 | 20226 | }, |
20227 | 20227 | "apiProperties": { |
20228 | 20228 | "value": {} |
|
20235 | 20235 | "systemAssigned": true |
20236 | 20236 | } |
20237 | 20237 | }, |
20238 | | - "publicNetworkAccess": { |
20239 | | - "value": "Disabled" |
20240 | | - }, |
| 20238 | + "publicNetworkAccess": "[if(parameters('enablePrivateNetworking'), createObject('value', 'Disabled'), createObject('value', 'Enabled'))]", |
20241 | 20239 | "networkAcls": { |
20242 | 20240 | "value": { |
20243 | 20241 | "bypass": "AzureServices", |
|
26005 | 26003 | }, |
26006 | 26004 | "dependsOn": [ |
26007 | 26005 | "appIdentity", |
26008 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
26009 | 26006 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
26010 | 26007 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 26008 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
26011 | 26009 | "logAnalyticsWorkspace", |
26012 | 26010 | "virtualNetwork" |
26013 | 26011 | ] |
|
26065 | 26063 | "_generator": { |
26066 | 26064 | "name": "bicep", |
26067 | 26065 | "version": "0.37.4.10188", |
26068 | | - "templateHash": "16825226845979775327" |
| 26066 | + "templateHash": "13246988107493308882" |
26069 | 26067 | } |
26070 | 26068 | }, |
26071 | 26069 | "definitions": { |
|
26264 | 26262 | "storageAccount": { |
26265 | 26263 | "type": "Microsoft.Resources/deployments", |
26266 | 26264 | "apiVersion": "2022-09-01", |
26267 | | - "name": "[take(format('{0}-sa-deployment', parameters('name')), 64)]", |
| 26265 | + "name": "[take(format('avm.res.storage.storage-account.{0}', parameters('name')), 64)]", |
26268 | 26266 | "properties": { |
26269 | 26267 | "expressionEvaluationOptions": { |
26270 | 26268 | "scope": "inner" |
|
32104 | 32102 | "_generator": { |
32105 | 32103 | "name": "bicep", |
32106 | 32104 | "version": "0.37.4.10188", |
32107 | | - "templateHash": "7990477316673113014" |
| 32105 | + "templateHash": "6889583698898903642" |
32108 | 32106 | } |
32109 | 32107 | }, |
32110 | 32108 | "definitions": { |
|
32446 | 32444 | "keyvault": { |
32447 | 32445 | "type": "Microsoft.Resources/deployments", |
32448 | 32446 | "apiVersion": "2022-09-01", |
32449 | | - "name": "[take(format('{0}-kv-deployment', parameters('name')), 64)]", |
| 32447 | + "name": "[take(format('avm.res.key-vault.vault.{0}', parameters('name')), 64)]", |
32450 | 32448 | "properties": { |
32451 | 32449 | "expressionEvaluationOptions": { |
32452 | 32450 | "scope": "inner" |
|
35692 | 35690 | "_generator": { |
35693 | 35691 | "name": "bicep", |
35694 | 35692 | "version": "0.37.4.10188", |
35695 | | - "templateHash": "10457945591968285605" |
| 35693 | + "templateHash": "1858982488128583687" |
35696 | 35694 | } |
35697 | 35695 | }, |
35698 | 35696 | "definitions": { |
|
35890 | 35888 | "cosmosAccount": { |
35891 | 35889 | "type": "Microsoft.Resources/deployments", |
35892 | 35890 | "apiVersion": "2022-09-01", |
35893 | | - "name": "[take(format('{0}-account-deployment', parameters('name')), 64)]", |
| 35891 | + "name": "[take(format('avm.res.document-db.database-account.{0}', parameters('name')), 64)]", |
35894 | 35892 | "properties": { |
35895 | 35893 | "expressionEvaluationOptions": { |
35896 | 35894 | "scope": "inner" |
|
0 commit comments