Skip to content

Commit

Permalink
Update ACI regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fei-Guo committed Oct 6, 2022
1 parent ff96c97 commit a33f627
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions provider/aci.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,35 +120,47 @@ type AuthConfig struct {
RegistryToken string `json:"registrytoken,omitempty"`
}

// See https://azure.microsoft.com/en-us/status/ for valid regions.
// See https://learn.microsoft.com/en-us/azure/container-instances/container-instances-region-availability
var validAciRegions = []string{
"australiaeast",
"australiasoutheast",
"brazilsouth",
"canadacentral",
"canadaeast",
"centralindia",
"centralus",
"centraluseuap",
"chinaeast2",
"eastasia",
"eastus",
"eastus2",
"eastus2euap",
"francecentral",
"germanywestcentral",
"japaneast",
"japanwest",
"jioindiawest",
"koreacentral",
"northcentralus",
"northeurope",
"norwayeast",
"norwaywest",
"southafricanorth",
"southcentralus",
"southeastasia",
"southindia",
"southeastasia",
"swedencentral",
"swedensouth",
"switzerlandnorth",
"uksouth",
"switzerlandwest",
"uaenorth",
"uksouth",
"ukwest",
"westcentralus",
"westeurope",
"westindia",
"westus",
"westus2",
"westus3",
"usgovvirginia",
"usgovarizona",
}
Expand Down

0 comments on commit a33f627

Please sign in to comment.