An Azure relational database service.
In Azure SQL Database, Point-in-Time Restore (PITR) is available only while valid backups exist within the configured backup retention period. If a database is deleted, it can be restored only while the required PITR backups are still retained by the service.
If the database is configured with a 1-day PITR retention period and no additional backup retention mechanisms (such as Long-Term Retention (LTR)) are configured, then once the retention period expires, the PITR restore window also expires and the database can no longer be restored using PITR.
However, before concluding that recovery is no longer possible, it is important to verify whether any Long-Term Retention (LTR) policies or other backup retention configurations were enabled for the database. If LTR backups exist, they may still be available for restore even after the PITR retention period has expired.
You can review the following Microsoft documentation for details:
- Automated Backups Overview: https://learn.microsoft.com/azure/azure-sql/database/automated-backups-overview
Restore a deleted database using backups: https://learn.microsoft.com/azure/azure-sql/database/recovery-using-backups
Long-Term Retention (LTR) Overview: https://learn.microsoft.com/azure/azure-sql/database/long-term-backup-retention-overview
Please let us know if you have any questions.