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 1a8ba9e commit 50dd5eeCopy full SHA for 50dd5ee
ResearchAssistant/Deployment/scripts/checkquota.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# List of Azure regions to check for quota (update as needed)
4
-IFS=' ' read -ra REGIONS <<< "$AZURE_REGIONS"
+IFS=', ' read -ra REGIONS <<< "$AZURE_REGIONS"
5
6
SUBSCRIPTION_ID="${AZURE_SUBSCRIPTION_ID}"
7
GPT_MIN_CAPACITY="${GPT_MIN_CAPACITY}"
0 commit comments