Hello,
I'm looking at storing my SQL data files on SQL Azure blob storage and using SQL AG as well between my SQL replicas (all in Azure), however I've been unable to find the answer to the following issue.
I've added a database to the primary SQL replica and saved the files onto the Azure storage account, however my issue is, what do you do about the other SQL replica's that are part of the SQL AG? Usually in a SQL AG the replica stores a copy of the database locally, but what about when storing data files in a storage account?
Is there a way to attach the data files to the secondary replicas? or do restore the datbases onto the replica in the storage account but using different names?
Any help in this matter would be appreciated.
Marcus