Skip to content

Commit 47b5a0f

Browse files
authored
Merge pull request #110306 from KrishnaG-MSFT/patch-59
(AzureCXP) MicrosoftDocs/azure-docs#51731
2 parents 7647eac + df5f966 commit 47b5a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/log-query/json-data-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ print hosts_report
4444
If there is only one element, you can use only the dot notation:
4545

4646
```Kusto
47-
let hosts_report='{"location":"North_DC", "status":"running", "rate":5}';
47+
let hosts_report=dynamic({"location":"North_DC", "status":"running", "rate":5});
4848
print hosts_report
4949
| extend status = hosts_report.status
5050
```

0 commit comments

Comments
 (0)