Update LAB_07-Manage_Azure_Storage.md

This commit is contained in:
staleycyn 2023-12-12 13:10:48 -08:00 committed by GitHub
parent 18f39edc65
commit 7af4639e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,4 +242,10 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
## Cleanup your resources
If you are working with your own subscription take a minute to delete the lab resource group. This will ensure resources are freed up and cost is minimized.
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`.