Azure / Azure/azure-quickstart-templates
sqlvm-alwayson-cluster failed to deploy
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------
[sqlvm-alwayson-cluster](https://github.com/Azure/azure-quickstart-templates/tree/master/sqlvm-alwayson-cluster)
### Issue Details
This template can never deploy because there is obvious issue.
1. You had added a suffix in the virtual network name, but when specifying the values for variables "staticSubnetRef", "sqlSubnetRef", you are still using the original virtual network name without suffix. (AzureDeploy.json line 421, 422)
2. In the provisioningVMx.json, when creating availability set for sql VMs, you had specified "platformFaultDomainCount" as 3, but for some locations, only supports 2.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect AzureDeploy.json lines 421-422 and provisioningVMx.json, then review how the virtual network name and availability-set fault-domain count are used. Validate the template in the affected Azure locations and confirm that sqlvm-alwayson-cluster deploys successfully where two fault domains are supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100