Skip to content

Commit 4e9742f

Browse files
Set default regions to ones we've verified during deployment.
1 parent e9e83b8 commit 4e9742f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/scripts/quota_check_params.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ az account set --subscription "$AZURE_SUBSCRIPTION_ID"
9393
echo "🎯 Active Subscription: $(az account show --query '[name, id]' --output tsv)"
9494

9595
# Default Regions to check (Comma-separated, now configurable)
96-
DEFAULT_REGIONS="eastus,uksouth,eastus2,northcentralus,swedencentral,westus,westus2,southcentralus,canadacentral"
96+
DEFAULT_REGIONS="eastus,eastus2,australiaeast,uksouth,francecentral,westus"
9797
IFS=',' read -r -a DEFAULT_REGION_ARRAY <<< "$DEFAULT_REGIONS"
9898

9999
# Read parameters (if any)

0 commit comments

Comments
 (0)