Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.86k stars 16.02k forks source link

active-directory-new-domain template returns false uri #6247

Open cmascaro01 opened 5 years ago

cmascaro01 commented 5 years ago

Hi

active-directory-new-domain

Issue Details

The active-directory-new-domain Template returns a false uri. it returns https://github.com/Azure/azure-quickstart-templates/tree/master/nestedtemplates/..... instead of https://github.com/Azure/azure-quickstart-templates/tree/master/active-directory-new-domain/nestedtemplates/....

(The deployment fails when using variables to link templates.)

Can you fix that?

Best regards, Claudio

robfrut135 commented 5 years ago

I found the same error, but the field has an unresolved value:

[deployment().properties.templateLink.uri]

src386 commented 4 years ago

Same error, seems like the template does not work:

Deployment template validation failed: 'The template resource '_artifactsLocation' at line '59' and column '31' is not valid: The language expression property 'templateLink' doesn't exist, available properties are 'template, templateHash, parameters, mode, debugSetting, provisioningState'.. Please see https://aka.ms/arm-template-expressions for usage details.'. (Code: InvalidTemplate)

Please consider tagging this issue as a bug, because it is not possible to go through the Lab 09.

joshjohanning commented 4 years ago

Same, the DSC fails for me. I was able to provision my own VM and follow this to create my AD Forest to finish the lab. https://mikefrobbins.com/2018/11/29/use-powershell-to-create-a-new-active-directory-forest-on-windows-2019-server-core-installation-no-gui/