You are on page 1of 8

AZURE Lab – Hands on-3

Dynamic Networking Institute

1
LAB 03: Deploy Azure Container Instances
we create, configure, and deploy a container by using Azure Container Instances (ACI) in
the Azure Portal. The container is a Welcome to ACI web application that displays a static
HTML page.

Lab 03 Task List:

•Task 1: Create a container instance

•Task 2: Verify deployment of the container instance

2
Lab 3 - Task 1: Create a Web App
1. Sign in to the Azure portal at https://portal.azure.com.
2. To Create a web application either you can search in global search box or
Click on Create a resource

3
3. Select containers and
Click Container instances and
click on create.

4
4. On the Basics page, choose a subscription and enter the following values for
Resource group, Container name, Region, Image source, Image Type
and Container image
Resource group: Create new or select already created group ”myresourcegroup”
Container name: mycontainer
Region: Pacific central India or wherever you want
Image source: Other Registry
Image Type: Public
Container image: mcr.microsoft.com/azuredocs/aci-helloworld
OS type: select (Linux)
Size: Leave it as default or change it as per your requirement
5
5. After typing above details,
click Next-Networking

6
6. On the Networking page, enter the following values for
Networking Type: Public (Public means the container will be publicly reachable)
DNS name label: mycontainer

7. Click Review + Create


and wait for validation pass
8. Once deployment has been
completed click on go to
resource

7
Task 2: Verify deployment of the container instance
1. In Container page,
Click on Overview tab,
Hover the mouse on
FQDN or IP address and Copy

2. Open new browser


Tab and paste this container
Web address and enter

3. Created container will


Run on the default web page

You might also like