Category: Microsoft, container, github

Containerized applications are easily replacing virtualized environments due to the absence of guest operating systems for virtual machines.

In this article, we are going to explore steps to deploy containerized applications (on cloud) on Microsoft Azure, and without actually installing any dependencies on your local machine, using two of its services: Azure Container Registry and Azure Container Instance.

We are now going to see the steps required to set-up two Azure services, Azure Container Registry and Azure Container Instance to run container images.

Now, we have to create a variable named ‘ACR_Name’, to store the name of our Azure Container Registry.

Now, we are going to create a Azure Container Registry, where we are going to store our container images.

Related Articles