1. Introduction
2. Step 01 - Connect Visual Studio Code to your Azure Subscription
3. Step 2 - Containerize a .NET Core Worker Service
4. Step 3 - Create an Azure resource group
5. Step 4 - Create the AKS (Azure Kubernetes Service) resource in Azure
6. Step 5 - Create the ACR (Azure Container Registry) resource in Azure
7. Step 6 - Deploy the Worker Service inside the Kubernetes cluster
8. Step 7 - Expose the ASP.NET Core WebApi as a network service
9. Step 8 - Create an ASP.NET Core WebApi and deploy it to Kubernetes
10. Step 9 - Modify the .NET Core Worker Service to call the WebApi
11. Step 10 - Create an ASP.NET Server Web application and deploy it to Kubernetes
12. Step 11 - Locate the Resource Group for Kubernetes Network Resources
13. Step 12 - Adding an NGINX ingress controller
14. Cleaning up the resources