Skip to content

Commit

Permalink
Aligning AZD env names in Standard with those in QS
Browse files Browse the repository at this point in the history
  • Loading branch information
hatboyzero committed Aug 8, 2024
1 parent b8c01d1 commit fa4d9d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions deploy/standard/azd-hooks/predeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ try {
}

$entraClientIds = @{
authorization = $env:FLLM_AUTHORIZATION_CLIENT_ID
chat = $env:FLLM_USER_PORTAL_CLIENT_ID
core = $env:FLLM_CORE_API_CLIENT_ID
managementapi = $env:FLLM_MANAGEMENT_API_CLIENT_ID
managementui = $env:FLLM_MANAGEMENT_PORTAL_CLIENT_ID
authorization = $env:ENTRA_AUTH_API_CLIENT_ID
chat = $env:ENTRA_CHAT_UI_CLIENT_ID
core = $env:ENTRA_CORE_API_CLIENT_ID
managementapi = $env:ENTRA_MANAGEMENT_API_CLIENT_ID
managementui = $env:ENTRA_MANAGEMENT_UI_CLIENT_ID
}

$entraScopes = @{
Expand Down
4 changes: 2 additions & 2 deletions deploy/standard/infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"value": "${FLLM_ALLOWED_CIDR=192.168.101.0/28}"
},
"authAppRegistrationClientId": {
"value": "${FLLM_AUTHORIZATION_CLIENT_ID}"
"value": "${ENTRA_AUTH_API_CLIENT_ID}"
},
"authAppRegistrationInstance": {
"value": "${ENTRA_AUTH_API_INSTANCE=https://login.microsoftonline.com}"
Expand Down Expand Up @@ -45,7 +45,7 @@
"value": "${FOUNDATIONALLM_HUB_TENANT_ID}"
},
"hubVnetName": {
"value": "${FOUNDATIONALL_HUB_VNET_NAME}"
"value": "${FOUNDATIONALLM_HUB_VNET_NAME}"
},
"instanceId": {
"value": "${FOUNDATIONALLM_INSTANCE_ID=''}"
Expand Down

0 comments on commit fa4d9d6

Please sign in to comment.