Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ param resourceGroupName string = 'rg-${environmentName}'
])
param location string

param aiDeploymentsLocation string
param aiDeploymentsLocation string = location

@description('Id of the user or app to assign application roles')
param principalId string
Expand Down
2 changes: 1 addition & 1 deletion infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"value": "${AZURE_AI_PROJECT_NAME}"
},
"aiDeploymentsLocation": {
"value": "${AZURE_LOCATION}"
"value": "${AZURE_AI_DEPLOYMENTS_LOCATION}"
},
"principalId": {
"value": "${AZURE_PRINCIPAL_ID}"
Expand Down