diff --git a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md index fc745f87..9f56580d 100644 --- a/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md +++ b/New Instructions/Lab/LAB_09b-Implement_Azure_Containers.md @@ -138,12 +138,16 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + 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. +## Learn more with self-paced training + ++ [Run container images in Azure Container Instances](https://learn.microsoft.com/training/modules/create-run-container-images-azure-container-instances/). Learn how Azure Container Instances can help you quickly deploy containers, how to set environment variables, and specify container restart policies. ++ [Configure a container app in Azure Container Apps](https://learn.microsoft.com/training/modules/configure-container-app-azure-container-apps/). Examines the features and capabilities of Azure Container Apps, and then focuses on how to create, configure, scale, and manage container apps using Azure Container Apps. + + ## Cleanup your resources If you are working with your own subscription take a minute to delete the lab resources. This will ensure resources are freed up and cost is minimized. The easiest way to delete the lab resources is to delete the lab resource group. + In the Azure portal, select the resource group, select **Delete the resource group**, **Enter resource group name**, and then click **Delete**. - + Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`. - + Using the CLI, `az group delete --name resourceGroupName`.