Azure
Find and Delete all Empty Azure Resource Groups in All your Subscriptions using PowerShell
Reading Time: < 1 minute I am forever forgetting to delete Azure Resource Groups after I have finished with them, so I created the little PowerShell script below to help me clean them up. It works for all of your accounts Subscriptions too. This script could come in handy if multiple people are managing your Read more…