In the era of modern application development, developers use containers to develop, build, and deploy applications to the cloud. Most modern application takes the approach of microservices to distribute the monolithic application into different services. So as a task of development or release of application developers need to create a container image. This image contains the applications binary, dependencies, and etc. So Azure Container Registry offers a solution to build the container image using ACR tasks.
From this walkthrough, I’ll show how to use ACR tasks to create an Image. So this image can be used to deploy the application AKS or any containerized platform.
Following are the commands use for the ACR build task

