In the part of this guide we will build a Docker image for the Node.js Web app , then we will instantiate a container from that image.
Main Objective of this process to deploy the web app using Azure YAML pipelines with enabling continuous deployment when there are changes in the source code.
Note: I already have the code of the app in the git hub repository.
First the Azure Services used in this project are- Azure Registry Container to use it as a repository for the dockerized image from the docker file.
- Azure WebApp for container to instantiate that image from ACR.