From 852909f1dbadc1cdb81dbb9a1156fff8e3cddded Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 29 Dec 2023 05:56:02 -0800 Subject: [PATCH] Update LAB_09b-Implement_Azure_Containers.md --- .../Lab/LAB_09b-Implement_Azure_Containers.md | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md index b1a03b9b..e116a9f9 100644 --- a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md +++ b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md @@ -26,14 +26,16 @@ 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. -## Exercise 1 - Azure Container Instances Architecture diagram - -![Diagram of the tasks.](../media/az104-lab09baci-architecture-diagram.png) - ## 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 + +## Task 1 and 2: Azure Container Instances Architecture diagram + +![Diagram of the tasks.](../media/az104-lab09baci-architecture-diagram.png) ## Task 1: Deploy an Azure Container Instance using a Docker image @@ -88,16 +90,11 @@ In this task, you will review the deployment of the container instance. By defau 1. Verify that you see the log entries representing the HTTP GET request generated by displaying the application in the browser. -## Exercise 2 - Azure Container Apps Architecture diagram +## Tasks 3 and 4: Azure Container Apps Architecture diagram ![Diagram of the tasks.](../media/az104-lab09baca-architecture-diagram.png) -## Tasks - -- Task 1: Create an Azure Container App and environment -- Task 2: Deploy and test the container app - -## Task 1: Create a container app and environment +## Task 3: Create a container app and environment Azure Container Apps take the concept of a managed Kubernetes cluster a step further and manages the cluster environment as well as provides other managed services on top of the cluster. Unlike an Azure Kubernetes cluster, where you must still manage the cluster, an Azure Container Apps instance removes some of the complexity to setting up a Kubernetes cluster. @@ -125,7 +122,8 @@ Azure Container Apps take the concept of a managed Kubernetes cluster a step fur >**Note:** A page with the message *Deployment is in progress* is displayed. Once the deployment is successfully completed, you'll see the message: *Your deployment is complete*. -## Task 2: Test and verify deployment of the container app +## Task 4: Test and verify deployment of the container app + By default, the Azure container app that you create will accept traffic on port 80 using the sample Hello World application. Azure Container Apps will provide a DNS name for the application. Copy and navigate to this URL to ensure that the application is up and running. 1. Select **Go to resource** to view your new container app.