How to delete all resources from Azure resource group with specific tag
Powershell to delete all resources from Azure resource group with specific tag Problem -> If we want to cleanup all resource for cost saving and if the all resources have some tag set then we can remove all resources automatically using powershell Solution 1 – delete all resources with specific tag across subscription $tagname = […]
Continue Reading