diff --git a/providers/azure/aci.go b/providers/azure/aci.go index f4085cb7e..ebaed3e9e 100644 --- a/providers/azure/aci.go +++ b/providers/azure/aci.go @@ -60,12 +60,15 @@ type AuthConfig struct { // See https://azure.microsoft.com/en-us/status/ for valid regions. var validAciRegions = []string{ - "westeurope", - "westus", + "centralus", "eastus", - "southeastasia", + "eastus2", + "westus", "westus2", "northeurope", + "westeurope", + "southeastasia", + "australiaeast", } // isValidACIRegion checks to make sure we're using a valid ACI region