Skip to content

Commit

Permalink
Merge pull request Azure#4632 from daweins/patch-1
Browse files Browse the repository at this point in the history
Extra right parenthesis snuck in on the blob endpoints
  • Loading branch information
bmoore-msft authored May 17, 2018
2 parents b77634a + 7004009 commit dc54b37
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 dc54b37

Please sign in to comment.