diff --git a/New Instructions/Lab/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md b/New Instructions/Lab/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md index 90e00fee..67b1651e 100644 --- a/New Instructions/Lab/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md +++ b/New Instructions/Lab/LAB_02a_Manage_Subscriptions_and_RBAC_Entra.md @@ -145,10 +145,18 @@ In this task, you view the activity log to determine if anyone has created a new 1. Return to the portal and in the **az104-mg1** resource select **Activity log**. -2. Review the activites for role assignments. The activity log can be filtered for specific operations. +1. Review the activites for role assignments. The activity log can be filtered for specific operations. ![Screenshot of the Activity log page with configured filter.](../media/az104-lab02a-searchactivitylog.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 Congratulations on completing the lab. Here are the main takeaways for this lab. @@ -166,12 +174,6 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + [Create custom roles for Azure resources with role-based access control (RBAC)](https://learn.microsoft.com/training/modules/create-custom-azure-roles-with-rbac/). Understand the structure of role definitions for access control. Identify the role properties to use that define your custom role permissions. Create an Azure custom role and assign to a user. -## 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`. +