Options for SQL server Failover Clustering?

Goofoff 91 Reputation points
2020-02-17T16:36:42.93+00:00

Due to some requirements, restrictions and app incompatibility I am being forced into using SQL on VM in azure instead of Azure SQL and Managed Instance.

What is the best way to go about failover clustering on Azure VM's for SQL. 2016 or 2019 SQL Standard Licensing, Microsoft Server 2016 or 19. Need to be able to backup the databases/servers.

I tried backing up a non sql cluster using azure backup and a Storage Spaces Direct Cluster, the backups didn't work. So is my only option SQL Always on or use a 3rd party backup software and use S2D again?

I just need a direction and some options, I can figure out the configuration.

SQL Server on Azure Virtual Machines
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
348 questions
0 comments No comments
{count} votes

Accepted answer
  1. Mark E 161 Reputation points
    2020-02-18T23:41:38.23+00:00

    Hi, I had to do something similar having hit a functional issue with Azure SQL.
    I followed this document
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-create-failover-cluster?sa=X&ved=2ahUKEwjI8YX4odznAhWD34UKHe7nBoAQ9QF6BAgIEAI

    It’s a little out of date but the approach seem to work well.

    On the backup side you’ve got a couple of options;

    Azure backup for SQL server
    SQL backup on board the cluster but send the files to a mounted Azure file store

    We’ve used Azure backup for SQL but also pulled a copy of the nodes themselves via ASR due to the criticality of the dataset..

    Hope this helps a little.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. RENU BISHNOI 1 Reputation point
    2020-03-05T15:19:38.007+00:00

    For the high availability for SQL VM I would recommend for always on high availability. Always On availability groups do not require deployment of a Failover Cluster Instance or use of symmetric shared storage (SAN or SMB) that can save on hardware investments.

    Availability Groups, a license is required to run on the primary server. The standby server is only covered by a license if it comes with Software Assurance.

    0 comments No comments