From 3d1d445d35333cf7af4e43b73fd71c20e519e990 Mon Sep 17 00:00:00 2001 From: Marco Obinu Date: Wed, 10 Dec 2025 21:24:24 +0100 Subject: [PATCH] Revise lab instructions for Azure RBAC management Updated lab instructions for managing subscriptions and RBAC in Azure to fix cleanup steps. In the scripting steps to delete the management group I used the az104-mg1 name it was already used in the creation steps. --- .../Labs/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md b/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md index da3eacc8..983b3b3f 100644 --- a/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md +++ b/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md @@ -142,9 +142,9 @@ In this task, you view the activity log to determine if anyone has created a new 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`. ++ In the Azure portal, select the management group, select **Delete** and click on **Yes** to confirm the deletion. ++ Using Azure PowerShell, `Remove-AzManagementGroup -GroupName az104-mg1`. ++ Using the CLI, `az account management-group delete --name az104-mg1`. ## Extend your learning with Copilot @@ -179,3 +179,4 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. +