An Azure managed PostgreSQL database service for app development and deployment.
The PostgreSQL Flexible Server became stuck in Dropping state due to a control-plane synchronization issue between Azure Resource Manager (ARM) and the PostgreSQL service backend. The backend had already removed the server record, but ARM did not receive the final completion signal and continued showing the resource as existing.
Because of this state mismatch, all management operations returned 404 Not Found, and the resource could not be removed through standard methods.
The PG team resolved the issue by manually clearing the orphaned backend metadata, restoring consistency across the platform.
Hope this helps, Please let us know if you have any questions and concerns.