Update LAB_09c-Implement-Azure-Container-Apps.md

This commit is contained in:
staleycyn 2024-05-10 07:38:38 -07:00 committed by GitHub
parent 6edf0ec7ca
commit 33df15fdb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,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 App.
+ Compare and contrast Azure Container Apps to Azure Kubernetes Service.
## Learn more with self-paced training
+ [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.
## Key takeaways
@ -85,7 +94,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
+ Container Apps provides server configuration, container orchestration, and deployment details.
+ Workloads on ACA are usually long-running processes like a Web App.
## Learn more with self-paced training
+ [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.