PowerShell Script to Delete Resource Group in Azure
In this article I will explain an automation PowerShell script to delete Azure resource group in Azure. It is a good practice to delete these unused resource groups. We will see how to write a custom PowerShell script to find and delete the resource groups which reside in any subscriptions. This script will first vailidate […]