An Azure service that stores unstructured data in the cloud as blobs.
Hello **Tony Roth
**I understand that you are facing issue with restoring an Azure SQL Database from a secondary (geo-replication) location due to access denied errors.
- Please share the error screen shot for further investigation on the issue.
- Are you currently working with a primary or geo-secondary database?
- Have you attempted to initiate a failover to the geo-secondary?
Backups for Azure SQL Databases are handled by Microsoft, and geo-secondary databases do not allow direct restores from their backups. To restore, you must first fail over the geo-secondary database and make it the primary.
- If you encounter the BlockRestoreOnVldbGeoSecondary error, promote the geo-secondary database to primary by initiating a failover through the Azure portal, T-SQL, PowerShell, or Azure CLI.
- Once the failover is complete, you can proceed with the restore operation from the new primary database.
- Check the below reference document for more understanding:
I have also initiated a private message. Please check it and provide the necessary information so we can discuss further on your concern.