Skip to content

Commit a630345

Browse files
committed
fix link
1 parent 65dbe95 commit a630345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)