From dd11f1270b26cbfc7371724656423324095c1311 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:20:55 -0800 Subject: [PATCH] Update LAB_09b-Implement_Azure_Containers.md --- .../Lab/LAB_09b-Implement_Azure_Containers.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md index b4493384..f2e7fd6d 100644 --- a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md +++ b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md @@ -9,11 +9,12 @@ lab: ## Lab requirements This lab requires an Azure subscription. Your subscription type may affect the availability of features in this lab. You may change the region, but the steps are written using East US. +## Estimated timing: 30 minutes + ## Lab scenario Your organization has a web application that runs on a virtual machine in your on-premises data center. The organization wants to move all applications to the cloud but doesn't want to have a large number of servers to manage. You decide to evaluate Azure Container Instances and Docker. Additionally, you want to deploy and test an Azure container app. -## Estimated timing: 30 minutes ## Interactive lab simulations There are interactive lab simulations that you might find useful for this topic. The simulation lets you to click through a similar scenario at your own pace. There are differences between the interactive simulation and this lab, but many of the core concepts are the same. An Azure subscription is not required. @@ -21,6 +22,10 @@ There are interactive lab simulations that you might find useful for this topic. + [Deploy Azure Container Instances](https://mslearn.cloudguides.com/en-us/guides/AZ-900%20Exam%20Guide%20-%20Azure%20Fundamentals%20Exercise%203). Create, configure, and deploy a Docker container with Azure Container Instances. + [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 + +![image](./media/az104-lab09b-architecture-diagram.png) + ## Tasks - Task 1: Deploy an Azure Container Instance using a Docker image @@ -30,9 +35,7 @@ There are interactive lab simulations that you might find useful for this topic. -## Architecture diagram -![image](./media/az104-lab09b-architecture-diagram.png) ### Instructions