We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bcc2a commit c2f8bfaCopy full SHA for c2f8bfa
1 file changed
scripts/checkquota.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# List of Azure regions to check for quota (update as needed)
4
-REGIONS=("eastus" "northcentralus", "swedencentral", "westus")
+REGIONS=("eastus" "westus" "northcentralus" "uksouth" "swedencentral")
5
6
SUBSCRIPTION_ID="${AZURE_SUBSCRIPTION_ID}"
7
GPT_MIN_CAPACITY="${GPT_MIN_CAPACITY}"
@@ -33,7 +33,6 @@ echo "✅ Azure subscription set successfully."
33
# Define models and their minimum required capacities
34
declare -A MIN_CAPACITY=(
35
["OpenAI.Standard.gpt-4o"]=$GPT_MIN_CAPACITY
36
- ["Microsoft.DocumentDb"]=$COSMOS_DB_MIN_CAPACITY
37
)
38
39
VALID_REGION=""
0 commit comments