I'm working on a failover plan for my (at the moment, single Azure region) webservers. My azure resources are due to legacy applications quite oldschool, Windows server 2016 VM's with SSD disks attached and some VM's with SQL SERVER (2016) installed.
In case that the failover is needed I would simply switch the DNS records to point to the loadbalancer in the failover datacenter as my website is only accessible via a domainname.
I want to create a failover configuration in another datacenter that uses Azure Stack (to avoid crossing country borders because Azure only has 1 region in my country).
My idea is to start of easy and just recreate a my server setup in the failover-datacenter with ssd disks and sql server installed. However, I need to synchronize the data on these disks, and synchronize the database data.
Because the disks are not network shares or storageaccounts, the only way I see is to sync via FTP (winSCP), is this correct? Wondering if you have any ideas on this subject?