Skip to content

Commit

Permalink
Extra right parenthesis snuck in on the blob endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
daweins authored May 16, 2018
1 parent b77634a commit 7004009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-CONTRIBUTION-GUIDE/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']]"
}
}
```
Expand Down

0 comments on commit 7004009

Please sign in to comment.