Working with Azure Container Registry and Azure Kubernetes Service
Working with ACR and AKS
System Requirement
Windows 10
Visual Studio 2017
.Net Core tools
AZ Cross platform tools
Enable Hyper-V
Install docker for windows
https://docs.docker.com/docker-for-windows/install/
Create a .Net Core Web Api App from the Visual Studio by File -> New -> Project -> .Net Core -> Asp.Net Core Web Application and name it coresample.
Click on Web API and Enable Docker Support and select OS and Linux.