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']]" } } ```