Life's random bits By b1thunt3r (aka Ishan Jain)…
Supported AKS version in Azure Regions

Supported AKS version in Azure Regions

Ishan jain
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

Resources