How to delete a resource that is billed but cannot be found

Marco Waimer 0 Reputation points
2025-03-11T09:48:47.78+00:00

We get billed for a resource that we do no longer need and want to delete, but cannot delete, as the resource is not found.

Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. Firat Kutay 0 Reputation points
    2025-03-11T11:16:40.29+00:00

    This can be a tricky situation, but here are some steps you can take to resolve it:

    1. Check Subscription and Resource Group:
      • Ensure you're looking in the correct subscription and resource group. Sometimes resources are created in unexpected groups or subscriptions.
    2. Use Azure Cost Management:
      • Navigate to the "Cost Management + Billing" section in the Azure portal.
        • Identify the resource incurring charges by checking the cost analysis. This can help you locate the resource's details.
    3. Azure CLI or PowerShell:
      • Use Azure CLI or PowerShell to list all resources in your subscription. For example:
        az resource list --output table
    4. Check for Hidden Resources:
      • Some resources might be hidden due to permissions or specific configurations. Ensure you have the necessary permissions to view all resources.
    5. Contact Azure Support:
      • If you still can't locate the resource, reach out to Azure Support. They can help you identify and resolve the issue.
    6. Delete Billing Association:
      • If the resource truly no longer exists but is still being billed, Azure Support can assist in removing the billing association.
    0 comments No comments

  2. Marco Waimer 0 Reputation points
    2025-03-11T11:31:14.8166667+00:00

    Hi Firat,

    thank you for your reply. We already used the "Cost Management + Billing" section to find the resource, but if we click on it we will get a "Resource not found" error (404).

    And we also tried to find (and delete) the resource via Azure CLI. But the resource is also not listed there.

    Therefore we now wanted to reach out to Azure Support, which is not possible without asking questions here.

    How can we reach out technical support?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.