Azure / Azure/azure-quickstart-templates

The nested deployment "shared-resources" failed validation!!!

Open
#5,406 0 comments 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

[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')]",

![image](https://user-images.githubusercontent.com/38215916/49163273-018e9700-f32d-11e8-8072-2173371d0990.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.