If you are not getting the option to restore your serverless Azure SQL database in the paired region (US West Central) from geo-redundant backups, there are a few things to consider:
- Geo-Redundant Backup Configuration: Ensure that your Azure SQL database is configured with geo-redundant backup storage. Geo-restore is only available for databases that have this configuration enabled.
- Region Availability: Geo-restore allows you to restore a database to any logical server in any Azure region from the most recent geo-replicated backups. However, if the backup is not available in the paired region, you will not see the option to restore.
- Subscription Constraints: Ensure that the database you are trying to restore resides in the same subscription as the geo-redundant backups. Geo-restore is only available for databases within the same subscription.
- Service Limitations: Check if there are any service limitations or outages in the Azure regions you are working with, as this could affect the availability of the restore option.
If all configurations are correct and you still do not see the option, you may want to reach out to Azure support for further assistance.
References: