From 0a1de3816a7cf48fbc752015912be983ad841937 Mon Sep 17 00:00:00 2001 From: Brian Moore Date: Fri, 12 Mar 2021 13:50:37 -0600 Subject: [PATCH] Update best-practices.md --- 1-CONTRIBUTION-GUIDE/best-practices.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index cb605178fd93..979f55bbaa4b 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -315,8 +315,7 @@ To do this you must define two standard parameters: "metadata": { "description": "The base URI where artifacts required by this template are located including a trailing '/'" }, - "defaultValue": "[deployment().properties.templateLink.uri]", //use this for the Azure marketplace - "defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/[name of sample folder]/" // use this for a Quickstart in this repo (we're working on fixing this to match the marketplace...) + "defaultValue": "[deployment().properties.templateLink.uri]" }, "_artifactsLocationSasToken": { "type": "securestring",