Azure / Azure/azure-quickstart-templates
The nested deployment "shared-resources" failed validation!!!
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
[cloudera-on-centos](https://github.com/Azure/azure-quickstart-templates/tree/master/cloudera-on-centos)
### Issue Details
I tried many times to deploy this template into Azure:
first it gave me an error that it can not find virtualnetworkname inside parameters ; I fixed that one.
then it gave me an error that it does not recognize "TemplateLink", the new word is "Template", I changed that one
then, it gave me an error that it does not recognize "uri", and one should use $schema instead, I fixed that one as well.
Now, it gives me an error that it can not find this uri for shared-resoucres and ...
"scriptsUri": "[uri(deployment().properties.templateLink.uri, '.')]",
"share-resourcesUri": "[concat(variables('scriptsUri'), '/shared-resources-', parameters('vnetNewOrExisting'), '-vnet.json')]",
"data-nodeUri": "[concat(variables('scriptsUri'), '/data-node-', toLower(subString(parameters('vmSize'), 0, 13)), '.json')]",

Is there any UPTODATE version of this template ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the cloudera-on-centos template and inspect its nested shared-resources deployment, especially scriptsUri and the references to templateLink.uri. Reproduce the reported validation errors against the current Azure template format. Done means the template has an up-to-date nested deployment reference and validates successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100