From 7b828a14dc46c7c8c1f37d697e2ce8f6323c02dd Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:20:15 -0800 Subject: [PATCH] Update LAB_09b-Implement_Azure_Containers.md --- .../Lab/LAB_09b-Implement_Azure_Containers.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md index 5c7334d6..b4493384 100644 --- a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md +++ b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md @@ -4,25 +4,31 @@ lab: module: 'Administer PaaS Compute Options' --- -# Lab 09b - Implement Azure Container Instances -# Student lab manual +# Lab 09b - Implement Azure Containers + +## 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. ## 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. -**Note:** An **[interactive lab simulation](https://mslabs.cloudguides.com/guides/AZ-104%20Exam%20Guide%20-%20Microsoft%20Azure%20Administrator%20Exercise%2014)** is available that allows you to click through this lab at your own pace. You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same. +## Estimated timing: 30 minutes +## Interactive lab simulations -## Objectives +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. -In this lab, you will: + + [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. + +## Tasks - Task 1: Deploy an Azure Container Instance using a Docker image - Task 2: Review the functionality of the Azure Container Instance - Task 3: Create an Azure Container App and environment - Task 4: Deploy and test the container app -## Estimated timing: 30 minutes + ## Architecture diagram @@ -126,4 +132,4 @@ By default, the Azure container app that you create will accept traffic on port ## Review -Congratulations! You have successfully deployed an Azure Container Instance that uses a Docker image to your subscription, then verified that the container was running and accessible over the internet. You also deployed an Azure Container App and verified that the container was running and accessible. \ No newline at end of file +Congratulations! You have successfully deployed an Azure Container Instance that uses a Docker image to your subscription, then verified that the container was running and accessible over the internet. You also deployed an Azure Container App and verified that the container was running and accessible.