diff --git a/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.md b/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.md index d5f0f5c7..0e2291e4 100644 --- a/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.md +++ b/Instructions/Labs/LAB_01-Manage_Entra_ID_Identities.md @@ -138,7 +138,7 @@ In this task, you create a group account. Group accounts can include user accoun ## 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. +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. Notice this will not remove any Entra ID users or groups you have created. + 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`.