Update LAB_09b-Implement_Azure_Container_Instances.md

This commit is contained in:
staleycyn 2024-05-10 07:37:00 -07:00 committed by GitHub
parent 908ca32c2f
commit bd2d7a250e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.