From 7004009d84ba779ae05471c4998fd48a2af9926a Mon Sep 17 00:00:00 2001 From: David Weinstein <31543514+daweins@users.noreply.github.com> Date: Wed, 16 May 2018 10:45:15 -0600 Subject: [PATCH] Extra right parenthesis snuck in on the blob endpoints --- 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 6f029110984d..cf272c69a38c 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -147,7 +147,7 @@ The following example shows how to use the reference function for the `storageUr "diagnosticsProfile": { "bootDiagnostics": { "enabled": true, - "storageUri": "[reference(variables('diagStorageAccountName')), '2017-10-01').primaryEndpoints['blob']]" + "storageUri": "[reference(variables('diagStorageAccountName'), '2017-10-01').primaryEndpoints['blob']]" } } ```