From 0a06465d93d399766f59bb5705270c15b24a0aa4 Mon Sep 17 00:00:00 2001 From: Amit Malik Date: Wed, 12 Sep 2018 06:16:53 -0700 Subject: [PATCH] Update best-practices.md --- 1-CONTRIBUTION-GUIDE/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index c60d52823482..16296299b741 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -284,7 +284,7 @@ After the parameters are added to the template all URIs can be created using the ```json "variables": { "scriptFileUri": "[uri(parameters('_artifactsLocation'), concat('scripts/configuration.sh', parameters('_artifactsLocationSasToken')))]", - "nestedTemplateUri": "[uri(parameters('_artifactsLocation'), concat('nestedTemplates/jumpbox.json', parameters('_artifactsLocationSasToken')))]" + "nestedtemplateUri": "[uri(parameters('_artifactsLocation'), concat('nestedtemplates/jumpbox.json', parameters('_artifactsLocationSasToken')))]" }, ```