diff --git a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md index 605f1670..3f7e2b48 100644 --- a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md +++ b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md @@ -25,14 +25,12 @@ There are interactive lab simulations that you might find useful for this topic. ## Architecture diagram -![Diagram of the tasks.](../media/az104-lab09b-architecture-diagram.png) +![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: Deploy an Azure Container Instance using a Docker image @@ -87,6 +85,13 @@ 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. +## Architecture diagram + +![Diagram of the tasks.](../media/az104-lab09baca-architecture-diagram.png) + +- Task 3: Create an Azure Container App and environment +- Task 4: Deploy and test the container app + ## 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. @@ -131,7 +136,7 @@ By default, the Azure container app that you create will accept traffic on port Congratulations on completing the lab. Here are the main takeaways for this lab. + Azure Container Instances (ACI) is a service that enables you to deploy containers on the Microsoft Azure public cloud. ACI doesn't require you to provision or manage any underlying infrastructure. The service supports both Linux containers and Windows containers. -+ Azure Container Apps (ACA) is a fully managed serverless container service that scales dynamically based on HTTP traffic or events. ACA xxxxxx. ++ Azure Container Apps (ACA) is a serverless platform that allows you to maintain less infrastructure and save costs while running containerized applications. Instead of worrying about server configuration, container orchestration, and deployment details, Container Apps provides all the up-to-date server resources required to keep your applications stable and secure. + Workloads on ACI are usually started and stopped by some kind of process or trigger and are usually short-lived. Workloads on ACA are usually long-running processes like a Web app. ## Cleanup your resources