Azure / Azure/azure-quickstart-templates
drEnablement template has variable referencing itself
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
[drEnablement.json](https://github.com/Azure/azure-quickstart-templates/blob/master/azmgmt-demo/nestedtemplates/drEnablement.json)
### "sourceContainerName" (line 32) variable references itself
Line currently is:
"**sourceContainerName**": "[concat(variables('**sourceContainerName**'), '/asr-a2a-default-', parameters('vmresourceGroupLocation'), '-container')]",
I believe it should be:
"**sourceContainerName**": "[concat(variables('**sourceFabricName**'), '/asr-a2a-default-', parameters('vmresourceGroupLocation'), '-container')]",
Contributor guide
No contributing guide indexed for this repository
Research direction
Open azmgmt-demo/nestedtemplates/drEnablement.json and inspect line 32, where sourceContainerName is assembled. Confirm the variable reference uses sourceFabricName as described, then validate that the template no longer contains the self-reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100