An Azure relational database service.
Hi João Paixão,
Our PG team identified that the database drop operation had become stuck in a backend state during the storage file deletion phase. As a result, the database was no longer visible in sys.databases, but its name remained internally reserved, which caused subsequent operations using the same name to fail.
This condition was due to residual database files that were not successfully removed during the drop operation because of an underlying file path mismatch at the storage layer.
The backend cleanup has now been completed, including removal of the remaining database files and updating the internal state of the managed instance to progress past the stuck drop operation.
You should now be able to reuse the database name for create or restore operations as expected.
Please let us know if you continue to experience any issues.