An Azure relational database service.
If you have configure your SQL Database to use active geo-replication, which provides a secondary database in a different region that is updated in real-time with changes made to the primary database. In the event of a primary datacenter outage, you can failover to the secondary database to minimize downtime.
If you have not enabled active geo-replication or auto-failover groups, then you can use geo-restore to recover from an outage. Geo-restore uses geo-replicated backups as the source. You can restore a database on any logical server in any Azure region from the most recent geo-replicated backups. You can request a geo-restore even if an outage has made the database or the entire region inaccessible.
Please find Outage recovery guidance reference document
https://learn.microsoft.com/en-us/azure/azure-sql/database/disaster-recovery-guidance?view=azuresql#outage-recovery-guidance
Thank you!