Merge pull request #1033 from OmegaMadLab/patch-1

Revise lab instructions for Azure RBAC management
This commit is contained in:
staleycyn 2025-12-10 12:29:01 -08:00 committed by GitHub
commit 24ea29c0a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.