Update LAB_09b-Implement_Azure_Container_Instances.md

This commit is contained in:
staleycyn 2024-03-30 08:40:25 -07:00 committed by GitHub
parent efc560b58b
commit 96ccc480f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,16 +25,15 @@ There are interactive lab simulations that you might find useful for this topic.
+ [Implement Azure Container Instances](https://mslabs.cloudguides.com/guides/AZ-104%20Exam%20Guide%20-%20Microsoft%20Azure%20Administrator%20Exercise%2014). Deploy a Docker image using Azure Container Instances.
## Architecture diagram
![Diagram of the tasks.](../media/az104-lab09b-aci-architecture.png)
## Job skills
- Task 1: Deploy an Azure Container Instance using a Docker image.
- Task 2: Test and verify deployment of an Azure Container Instance.
## Architecture diagram
![Diagram of the tasks.](../media/az104-lab09b-aci-architecture.png)
## Task 1: Deploy an Azure Container Instance using a Docker image
In this task, you will create a simple web application using a Docker image. Docker is a platform that provides the ability to package and run applications in isolated environments called containers. Azure Container Instances provides the compute environment for the container image.