To complete this walkthrough, you need an Azure account and Azure CLI installed on your machine. You can find more details in Chapter 2, Managing State in Containers.
Let's begin by enabling the preview features for AKS:
- Install the aks-preview extension using the Azure CLI from Powershell:
az extension add --name aks-preview
- Update the aks-preview extension to its latest available version:
az extension update --name aks-preview
- Register the WindowsPreview feature ...