@Taiob Ali - Thanks for the question & using MS Q&A forum.
Azure Synapse Analytics supports geo-redundant backups, which allow you to restore your data warehouse to a different geographical region.
Here's how you can perform a geo-restore:
- Identify the Source Workspace and SQL Pool:
- Determine the workspace and SQL pool where the restore point was created.
- Ensure that the target workspace is located in a different zone or region.
- Create a New SQL Pool:
- In the target workspace, create a new dedicated SQL pool with the same configuration as the original one.
- Restore from Restore Point:
- Navigate to the Additional Settings tab during the creation of the new SQL pool.
- Select Use Existing Data.
- Choose the Restore point option.
- Select the source workspace and the SQL pool you want to restore from.
- Select the desired restore point.
Note: Ensure that your SQL pool has geo-redundant backup enabled to protect your data in case of regional failures.
For more details refer to this: Backup and restore dedicated SQL pools in Azure Synapse Analytics
Restore an existing dedicated SQL pool
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click `Accept Answer`
and `Yes`
for was this answer helpful. And, if you have any further query do let us know.