Hello and welcome to my blog where I will show you how you can deploy a container instance on Microsoft azure.
What is meant by Azure Container instance (ACI)?
An azure container is a standard package of software which helps you to package code, dependencies and configurations of a particular application. Containers help to split the monolithic applications into individual services which makes up the solution.
Getting Started
From the azure portal;
Here you select "Containers" and click on "Container instance" to create an instance.
Select Subscription; edit your resource group; container name and region of deployment.
Enter DNS label name and choose one of either 'Tenant or Subscription'.
Click on 'Create'. Should in case you need the saved parameters for more container deployments you can select the option to download template for automation.
Once container deployment is completed click on "Go to Resource".
Top comments (0)