Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 589 Bytes

delete-resource-group.md

File metadata and controls

9 lines (6 loc) · 589 Bytes

You can delete the resource group by using either using either the Azure portal or the Azure CLI:

  • In the portal, select Resource groups from the left-side navigation pane, select the resource group that was created in the process of this tutorial, and then use the Delete resource group command.

  • Run the following Azure CLI command (locally or using the Cloud Shell), replacing <resource_group> with the name of the group used in this tutorial:

    az group delete --name <resource_group>