From 289c88f7c8661145a9fe180853ad2312cd3f904c Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:53:40 -0800 Subject: [PATCH] Update LAB_02b-Manage_Governance_via_Azure_Policy.md --- .../LAB_02b-Manage_Governance_via_Azure_Policy.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md b/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md index c0df379b..18ded77a 100644 --- a/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md +++ b/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md @@ -232,6 +232,13 @@ In this task, you configure and test a resource lock. Locks prevent either delet ![Screenshot of the failure to delete message.](../media/az104-lab02b-failuretodelete.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 @@ -247,10 +254,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + [Design an enterprise governance strategy](https://learn.microsoft.com/training/modules/enterprise-governance/). Use RBAC and Azure Policy to limit access to your Azure solutions, and determine which method is right for your security goals. -## 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`.