Skip to content

Commit

Permalink
text tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Jun 29, 2018
1 parent 17d655a commit deb31d5
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 @@ -162,7 +162,7 @@ The following example shows how to use the reference function for the `storageUr
```
* Other values in a template configured with a public endpoint, must use the reference function.

* All resources should use the `parameters('location')` expression for the `location` property for all resources. Other expressions may be used for resources that need to be placed in alternate locations, for example a geo-redundant application. Location values must never be hard-coded or use `resourceGroup().location` directly for the location property.Recommended definition in 'parameters' element as the following :
* All resources should use the `parameters('location')` expression for the `location` property for all resources. Other expressions may be used for resources that need to be placed in alternate locations, for example a geo-redundant application. Location values must never be hard-coded or use `resourceGroup().location` directly for the location property. Required parameter definition:

```json
"location": {
Expand Down

0 comments on commit deb31d5

Please sign in to comment.