A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
The azurerg entry seen in Cost analysis is a normal Azure resource group. To stop being billed for it, delete that resource group and its resources from the subscription.
Use one of these methods:
- Azure portal
- Sign in to the Azure portal.
- In the left pane, select Resource groups.
- Locate and select the
azurergresource group. - Select Delete resource group.
- When prompted, type
azurergto confirm and complete the deletion.
- Azure CLI
az group delete --name azurerg - PowerShell
Remove-AzResourceGroup -Name azurerg
Deleting the resource group removes all resources inside it and stops future charges associated with those resources. If Cost analysis still shows charges after deletion, wait for billing data to refresh; if charges persist and you are sure the group is deleted, open a billing support request so a billing engineer can investigate.
References:
- Azure Resource Manager resource group and resource deletion
- Use the Azure portal and Azure Resource Manager to manage resource groups
- Manage Azure resources by using the Azure portal
- Remove-AzResourceGroup
- Cancel and delete your Azure subscription
- How to delete resources at scale using the Azure CLI
- How to locate a hidden firewall? - Microsoft Q&A
- I need help with bill waiver on my subscription but cannot open a support ticket. - Microsoft Q&A