Skip to content

Commit cf1ac96

Browse files
committed
changes requested by PR review
1 parent 39c2190 commit cf1ac96

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/data-explorer/ingest-json-formats.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: orspodek
66
ms.reviewer: kerend
77
ms.service: data-explorer
88
ms.topic: conceptual
9-
ms.date: 01/22/2020
9+
ms.date: 01/23/2020
1010
---
1111

1212
# Ingest json formatted sample data into Azure Data Explorer
@@ -410,12 +410,11 @@ Array data types are an ordered collection of values. Ingestion of a json array
410410
}
411411
```
412412
413-
> [!NOTE]
414-
> The schema received by the function must match the schema of the target table. Use `getschema` operator to review the schema.
415-
>
416-
> ```Kusto
417-
> EventRecordsExpand() | getschema
418-
> ```
413+
1. The schema received by the function must match the schema of the target table. Use `getschema` operator to review the schema.
414+
415+
```Kusto
416+
EventRecordsExpand() | getschema
417+
```
419418
420419
1. Add the update policy to the target table. This policy will automatically run the query on any newly ingested data in the `RawEvents` intermediate table and ingest the results into the `Events` table. Define a zero-retention policy to avoid persisting the intermediate table.
421420

0 commit comments

Comments
 (0)