Hi Adrian Ferrer,
For the updated version of the tutorial "Orchestrate containers for cloud-native apps with AKS," you can refer to the Microsoft Learn page which contains the latest instructions and modules relevant to orchestrating containers using AKS.
As for the CLI command to get the routing zone name after migrating to the new application routing add-on, the command provided in the current AKS tutorials and documentation is:
az aks show --resource-group <ResourceGroup> --name <AKSClusterName> --query addonProfiles.httpApplicationRouting.config.HTTPApplicationRoutingZoneName -o table
If the HttpApplicationRouting
add-on has been deprecated or replaced, you'll likely need to use the appropriate Ingress controller as mentioned earlier. To explore all up-to-date commands and configurations, checking the Azure Kubernetes Service (AKS) documentation will provide the most current information and guidance.
For a broader understanding of container orchestration and cloud-native app deployment, you might find the "Get started with cloud-native apps and containerized deployments" module helpful. It covers various aspects of containerized deployments on Azure, including best practices for managing and scaling containerized applications (MS Learn).
Additionally, the "Introduction to Kubernetes on Azure" learning path offers comprehensive insights into using Kubernetes with Azure, which includes deployment, management, and cost optimization strategies (MS Learn).
Using these resources should help you navigate any obsolete instructions and provide you with the latest best practices for managing your cloud-native applications on Azure.
If you encounter any future issues, please feel free to contact us, and we will be pleased to assist you further.
If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote "button so that it is useful for other members in the Microsoft Q&A community.
Thank you.