Error in deploying Azure Landing Template .json and parameters as a Custom Template #1229
Replies: 1 comment 1 reply
-
Hey @neeravsalaria can you tell us the files you are using and also why you are not using the portal experience (https://aka.ms/alz/portal)? If you want to use IaC we would suggest using our Bicep or Terraform modules instead |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i try to deploy template.json and parameters files as a Custom Template in azure i get the following error :
Deployment template validation failed: 'The template variable 'deploymentUris' 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)
Any particular reason for it.
Beta Was this translation helpful? Give feedback.
All reactions