Delete Azure Resource Group Using Azure PowerShell

In this blog post, I will show you how to delete a Microsoft Azure resource group using Azure PowerShell.

Azure PowerShell


With Azure PowerShell, we can manage Azure using the familiar PowerShell syntax.
To read more about it, please visit this blog post.

Delete Resource Group

To delete an Azure resource, use the following command.

Remove-AzResourceGroup -Name RGNAME -Force

Posted

in

by