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 76a32db commit f88450dCopy full SHA for f88450d
scripts/set_default_models.sh
@@ -3,8 +3,8 @@
3
set -e
4
5
# --- Check Required Environment Variables ---
6
-SubscriptionId="${envVars[AZURE_SUBSCRIPTION_ID]}"
7
-Location="${envVars[AZURE_LOCATION]}"
+SubscriptionId="${AZURE_SUBSCRIPTION_ID}"
+Location="${AZURE_LOCATION}"
8
9
Errors=0
10
0 commit comments