Skip to content

Commit 11da353

Browse files
authored
Update data-collection-rule-transformations.md
1 parent 80c0bb8 commit 11da353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/data-collection-rule-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For example, the following queries provide the same functionality:
107107

108108
```kql
109109
print d=dynamic({"a":123, "b":"hello", "c":[1,2,3], "d":{}})
110-
```
110+
```
111111

112112
```kql
113113
print d=parse_json('{"a":123, "b":"hello", "c":[1,2,3], "d":{}}')

0 commit comments

Comments
 (0)