From 123b675be6a70f1683ae53c82f25e9fa4616f2ee Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:56:43 -0800 Subject: [PATCH] Update LAB_07-Manage_Azure_Storage.md --- .../Lab/LAB_07-Manage_Azure_Storage.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/New Instructions/Lab/LAB_07-Manage_Azure_Storage.md b/New Instructions/Lab/LAB_07-Manage_Azure_Storage.md index ec4b0298..d240c42a 100644 --- a/New Instructions/Lab/LAB_07-Manage_Azure_Storage.md +++ b/New Instructions/Lab/LAB_07-Manage_Azure_Storage.md @@ -237,7 +237,13 @@ In this task, you will create and configure Azure File shares. You will use Stor ![Screenshot unauthorized access.](../media/az104-lab07-notauthorized.png) +## 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 @@ -253,11 +259,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + [Optimize your cost with Azure Blob Storage](https://learn.microsoft.com/training/modules/optimize-your-cost-azure-blob-storage/). Learn how to optimize your cost with Azure Blob Storage. + [Control access to Azure Storage with shared access signatures](https://learn.microsoft.com/training/modules/control-access-to-azure-storage-with-sas/). Grant access to data stored in your Azure Storage accounts securely by using shared access signatures. - -## 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`.