From bd2d7a250ee2b9c60a881321bc5dd7b1a0388f85 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 10 May 2024 07:37:00 -0700 Subject: [PATCH] Update LAB_09b-Implement_Azure_Container_Instances.md --- .../LAB_09b-Implement_Azure_Container_Instances.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md index 6c5d04fb..c54a701c 100644 --- a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md +++ b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md @@ -95,6 +95,15 @@ If you are working with **your own subscription** take a minute to delete the la + Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`. + Using the CLI, `az group delete --name resourceGroupName`. +## Extend your learning with Copilot +Copilot can assist you in learning how to use the Azure scripting tools. Copilot can also assist in areas not covered in the lab or where you need more information. Open an Edge browser and choose Copilot (top right) or navigate to *copilot.microsoft.com*. Take a few minutes to try these prompts. + ++ Summarize the steps to create and configure an Azure Container Instance. ++ What are the ways I can run a serverless container on Azure. + +## 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. ## Key takeaways @@ -105,8 +114,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + ACI supports both Linux containers and Windows containers. + Workloads on ACI are usually started and stopped by some kind of process or trigger and are usually short-lived. -## 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. -