Summary
In this chapter, you learned about resource group management, resource locks, cost management, budgets, and alerts. You have acquired several skills so far in this book to assist you in driving governance within the organization for Azure resources, as well as understanding costs for effective management of the platform.
As a reminder, please delete the resources created in this chapter to prevent incurring unnecessary additional costs. In the next chapter, you will go through some labs relating to this entire first section on managing Azure identities and governance.
Note
Remember to delete the resources you created in this chapter to minimize costs. You can do this with the following commands for convenience that will remove the resource group and all the corresponding resources:
Remove-AzResourceGroup -
Name ResourceGroupA
Remove-AzResourceGroup -
Name ResourceGroupB
Remove-AzResourceGroup -
Name RG01
Remove-AzResourceGroup -
Name RG02
Remove-AzResourceGroup...