diff --git a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md index 80de5895..6c5d04fb 100644 --- a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md +++ b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md @@ -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.