Supported AKS version in Azure Regions
Why, why, why... Why can't I have everything everywhere... Which location has which AKS version?
Update: Added link to List Azure Regions
When deploying AKS to multiple regions you need to know which is the latest version common for both locations.
# Azure CLI
az aks get-versions --location <location> --output table
# Azure PowerShell
Get-AzAksVersion -Location <location>
Where:
- location: is name of a Azure location