Skip to content

Commit

Permalink
Update best-practices.md
Browse files Browse the repository at this point in the history
 Extra Bracket within the string. 

"storageUri": "[reference(resourceId(parameters('storageAccountResourceGroup'), 'Microsoft.Storage/storageAccounts', variables('diagStorageAccountName')), '2017-10-01').primaryEndpoints['blob']]"
  • Loading branch information
samhodgkinson authored Apr 11, 2019
1 parent 8b2678e commit 8a7f7e2
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 @@ -194,7 +194,7 @@ The following example shows how to use the reference function for the `storageUr
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": true,
"storageUri": "[reference(resourceId(parameters('storageAccountResourceGroup'), 'Microsoft.Storage/storageAccounts', variables('diagStorageAccountName'))), '2017-10-01').primaryEndpoints['blob']]"
"storageUri": "[reference(resourceId(parameters('storageAccountResourceGroup'), 'Microsoft.Storage/storageAccounts', variables('diagStorageAccountName')), '2017-10-01').primaryEndpoints['blob']]"
}
}
```
Expand Down

0 comments on commit 8a7f7e2

Please sign in to comment.