Skip to content

Commit c2f8bfa

Browse files
added region according to cosmos and gpt-4o
1 parent 93bcc2a commit c2f8bfa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/checkquota.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# List of Azure regions to check for quota (update as needed)
4-
REGIONS=("eastus" "northcentralus", "swedencentral", "westus")
4+
REGIONS=("eastus" "westus" "northcentralus" "uksouth" "swedencentral")
55

66
SUBSCRIPTION_ID="${AZURE_SUBSCRIPTION_ID}"
77
GPT_MIN_CAPACITY="${GPT_MIN_CAPACITY}"
@@ -33,7 +33,6 @@ echo "✅ Azure subscription set successfully."
3333
# Define models and their minimum required capacities
3434
declare -A MIN_CAPACITY=(
3535
["OpenAI.Standard.gpt-4o"]=$GPT_MIN_CAPACITY
36-
["Microsoft.DocumentDb"]=$COSMOS_DB_MIN_CAPACITY
3736
)
3837

3938
VALID_REGION=""

0 commit comments

Comments
 (0)