Orphaned Production PostgreSQL Server active and billing, but missing from ARM / Azure Resource Graph

Infotech Language 20 Reputation points
2026-08-05T05:58:23.7533333+00:00

Issue Summary: Following Microsoft's managed migration, our database endpoint myservername.postgres.database.azure.com remains fully operational, serving production traffic, and generating daily billing charges.

However, the server resource is completely absent from the ARM control plane. We have verified this via Azure CLI across all subscriptions attached to our tenant ID:

  • az graph query -q "Resources | where name contains 'myserver name'" returns 0 records across all subscriptions.

az postgres flexible-server list returns no instances.

Requested Action: Please execute an ARM Backend Synchronization & Discovery Refresh for our tenant/subscription to re-bind the running host infotech1.postgres.database.azure.com back to our ARM control plane so we can manage, back up, and configure the resource.

Azure Database for PostgreSQL

Answer accepted by question author
Smaran Thoomu 255 Reputation points Microsoft External Staff Moderator
2026-08-11T08:24:22.52+00:00

Hi @Infotech Language
The required backend synchronization has now been completed, and the PostgreSQL Flexible Server infotech1 is visible again in the Azure Portal.

The server remained operational and continued serving application traffic during the visibility issue, and no data loss was observed.

Please verify from your side that the resource is now also discoverable through Azure Resource Graph/CLI.

Since you have confirmed that the resource is visible and the issue is resolved, we will proceed with closing the case.

Thank you for your patience and cooperation.


If the resolution has addressed your concern, please consider marking the response as the Accepted answer here. This will also help other customers who may encounter a similar issue.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vinodh247-1375 43,826 Reputation points Volunteer Moderator
    2026-08-05T07:17:01.92+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    Based on the information provided, the PostgreSQL server appears to be reachable and actively serving production workloads, while the corresponding resource cannot be located through azure resource graph/azure CLI discovery. This suggests a possible discrepancy between the resource's operational state and its visibility in the Azure management plane.

    Before escalating, I recommend verifying the following:

    1. Confirm that you are querying all subscriptions and the correct azure tenant.
    2. Check whether the server was migrated between resource groups, subscriptions, or deployment models during the managed migration process.
    3. Review Azure Activity Logs and any migration related communications for indications of resource movement or reprovisioning.

    If the server remains operational and billing continues, but the resource is not discoverable through Azure Portal, Azure resource graph/azure CLI, this situation will likely require investigation by Microsoft Support because customers do not have access to the backend resource-provider metadata that controls ARM visibility.

    When opening a support request, include:

    • Fully qualified server name (for example, myservername.postgres.database.azure.com)
    • Subscription ID(s)
    • Tenant ID
    • Resource name (if known)
    • Evidence that the server is currently accessible
    • Recent billing records showing active charges
    • Results from the Azure CLI and Azure Resource Graph queries you have already performed

    I would recommend creating a Severity A support case if the missing management-plane visibility is impacting your ability to administer, back up, secure, or otherwise manage the production database. Microsoft Support can investigate the resource-provider state and determine whether backend remediation or resource re-association is required.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    Was this answer helpful?


Your answer

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