AZ-104: Microsoft Azure Administrator Full Course - Azure Container Instances -Deploy with CLI- Lab-III

AZ-104: Microsoft Azure Administrator Full Course - Azure Container Instances -Deploy with CLI- Lab-III

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial demonstrates how to use the CLI to launch the Azure Cloud Shell, create a container instance, and access it using a public IP. It covers listing container instances and viewing them in a tabular format. The tutorial also introduces the concept of customizing web pages using custom images from Azure Container repository, GitHub, or Docker Hub.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to launch the cloud shell using the CLI?

Click on the cloud shell button

Type 'launch shell' in the terminal

Open the Azure portal

Use the command 'start cloud'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create a container with a public IP?

az container create --name ecomap --image ACI Hello World

az container create --name ecomap --image Microsoft Hello World

az container create --name ecomap --image ACC Hello World

az container create --name ecomap --image Microsoft ACI World

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you access a container instance after it is created?

By using the container's name

By logging into the Azure portal

By using the container's public IP

By using the container's private IP

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to list all container instances in a resource group?

az container view

az container display

az container list

az container show

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you customize a web page in a container instance?

By editing the container's JSON properties

By using inbuilt ACI images

By using custom images from Azure, GitHub, or Docker Hub

By changing the container's IP address