Skip to content

Commit 9380236

Browse files
committed
add NULL info
1 parent 6d5d0c4 commit 9380236

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template syntax and expressions
33
description: Describes the declarative JSON syntax for Azure Resource Manager templates.
44
ms.topic: conceptual
5-
ms.date: 09/03/2019
5+
ms.date: 02/10/2020
66
---
77

88
# Syntax and expressions in Azure Resource Manager templates
@@ -11,6 +11,8 @@ The basic syntax of the template is JSON. However, you can use expressions to ex
1111

1212
A template expression can't exceed 24,576 characters.
1313

14+
Expressions support json('null') and properties support a literal value of null. In both cases, Resource Manager templates treat it as if the property is not present.
15+
1416
## Use functions
1517

1618
The following example shows an expression in the default value of a parameter:

0 commit comments

Comments
 (0)