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

This commit is contained in:
staleycyn 2024-02-13 09:58:20 -08:00 committed by GitHub
parent fd3a8cbe4a
commit 09fca266a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,16 @@ By default, the Azure container app that you create will accept traffic on port
![Screenshot of the ACA overview page in the portal.](../media/az104-lab09b-aca-overview.png)
1. Verify you receive the **Your Azure Container Apps app is live** message.
## 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`.
## Key takeaways
@ -78,10 +88,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
+ [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`.