Microsoft Azure AKS Locations (command line strings)

8/10/2018

I am working through my AKS tutorials and haven't been able to find a comprehensive list of Azure AKS locations in command line form.

The Microsoft documentation is sparse, and the examples usually give only one or two locations: eg. eastus and westus.

az group create -l westus -n MyResourceGroup

Can anyone point me to the official list of AKS locations ?

-- tdensmore
azure
kubernetes

2 Answers

10/23/2019

I am posting this answer myself based on @CharlesXu 's comment so it can be officially accepted because I think green checkmarks are helpful to others when searching...

In short, to use the display name for Locations when issuing commands:

az group create -n groupName -l 'East US'

-- tdensmore
Source: StackOverflow

8/10/2018
-- Neil Peterson
Source: StackOverflow