Azure / Azure/azure-quickstart-templates

Create Failover Cluster does not work

Open
#7,268 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

The SQL Always on Failover Cluster does not work and has some parts that are not supported.

https://github.com/Azure/azure-quickstart-templates/tree/master/sqlvm-alwayson-cluster/scripts

Nodes is not a supported component.

xCluster FailoverCluster
{
Name = $ClusterName
DomainAdministratorCredential = $DomainCreds
Nodes = $Nodes
}

Looking to create a failover cluster.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the SQL Always On Failover Cluster scripts in sqlvm-alwayson-cluster/scripts, especially the xCluster FailoverCluster block shown in the issue. Check which cluster components are supported and how the Nodes value is handled. Done means the template can create the requested failover cluster without relying on unsupported components.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, powershell
Domain
cloud, databases, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.