Hi Vladislav Fandeev,
Welcome to Microsoft Q&A and thank you for posting your question here.
Unfortunately, once an Azure SQL logical server is deleted, it cannot be restored. However, if your databases had Point-in-Time Restore (PITR) or Long-Term Retention (LTR) backups enabled, you can recover them by restoring to a new logical server.
What you can do:
- Create a new Azure SQL Server in the same or a supported region.
- Use PITR or LTR to restore each database from its backup.
Information you need to provide for recovery:
- Original database name(s).
- Subscription ID and Resource Group where the server existed.
- Region of the deleted server.
- Backup retention settings (PITR or LTR).
- Approximate deletion time (to select the correct restore point).
What is not possible:
- Restoring the deleted logical server itself.
For detailed steps, refer to:
- https://learn.microsoft.com/azure/azure-sql/database/recovery-using-backups
- https://learn.microsoft.com/azure/azure-sql/database/long-term-retention-overview
Kindly share the requested details via private message.