From c856a097d343d05067e60d0cb902dc60acbde2ab Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:57:35 -0800 Subject: [PATCH] Update LAB_09b-Implement_Azure_Containers.md --- New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md index 183c71a4..605f1670 100644 --- a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md +++ b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md @@ -131,7 +131,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. ++ Azure Container Apps (ACA) is a fully managed serverless container service that scales dynamically based on HTTP traffic or events. ACA xxxxxx. + 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