We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b15b52 commit a3bfca4Copy full SHA for a3bfca4
infra/main.bicep
@@ -19,7 +19,7 @@ param secondaryLocation string
19
]
20
}
21
})
22
-param AZURE_AI_SERVICE_LOCATION string
+param aiDeploymentsLocation string
23
24
25
@minLength(1)
@@ -98,7 +98,7 @@ module aifoundry 'deploy_ai_foundry.bicep' = {
98
name: 'deploy_ai_foundry'
99
params: {
100
solutionName: solutionPrefix
101
- solutionLocation: AZURE_AI_SERVICE_LOCATION
+ solutionLocation: aiDeploymentsLocation
102
keyVaultName: kvault.outputs.keyvaultName
103
deploymentType: deploymentType
104
gptModelName: gptModelName
0 commit comments