Monkey D Luffy
Monkey D Luffy

Reputation: 94

ASR for a SQL Server cluster active/active configuration

I have an application running on a SQL Server cluster with active/active configuration setup on-premises. I have some knowledge as to how to replicate a SQL Server cluster that is on-premises with SIOS data keeper cluster.

But, what I am interested is if it is possible to replicate the entire SQL cluster with Azure Site Recovery to Azure.

Upvotes: 0

Views: 573

Answers (1)

4c74356b41
4c74356b41

Reputation: 72171

Yes, it is, but bear in mind that you would also need a working Domain Controller in Azure (most likely) for your cluster to function properly. Also, I believe, that just extending AlwaysOn to Azure in the way to go.

Reference: http://www.azurefieldnotes.com/2017/02/01/overview-of-asr-for-multi-tier-applications-using-sql-alwayson/

Upvotes: 1

Related Questions