Skip to content

Commit 0e4cc5c

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into egriddiag0427
2 parents c93f976 + 75e9bce commit 0e4cc5c

File tree

12 files changed

+522
-455
lines changed

12 files changed

+522
-455
lines changed

articles/azure-resource-manager/templates/template-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The same formatting applies when passing values in from a parameter file. The ch
118118

119119
## Null values
120120

121-
To set a property to null, you can use **null** or **[json('null')]**. The [json function](template-functions-array.md#json) returns an empty object when you provide `null` as the parameter. In both cases, Resource Manager templates treat it as if the property isn't present.
121+
To set a property to null, you can use **null** or **[json('null')]**. The [json function](template-functions-object.md#json) returns an empty object when you provide `null` as the parameter. In both cases, Resource Manager templates treat it as if the property isn't present.
122122

123123
```json
124124
"stringValue": null,

0 commit comments

Comments
 (0)