Skip to content

Commit a3bfca4

Browse files
changed the param name
1 parent 1b15b52 commit a3bfca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ param secondaryLocation string
1919
]
2020
}
2121
})
22-
param AZURE_AI_SERVICE_LOCATION string
22+
param aiDeploymentsLocation string
2323

2424

2525
@minLength(1)
@@ -98,7 +98,7 @@ module aifoundry 'deploy_ai_foundry.bicep' = {
9898
name: 'deploy_ai_foundry'
9999
params: {
100100
solutionName: solutionPrefix
101-
solutionLocation: AZURE_AI_SERVICE_LOCATION
101+
solutionLocation: aiDeploymentsLocation
102102
keyVaultName: kvault.outputs.keyvaultName
103103
deploymentType: deploymentType
104104
gptModelName: gptModelName

0 commit comments

Comments
 (0)