Skip to content

Commit c9ceeed

Browse files
Add pointer to create sample JSON file
1 parent bd520bb commit c9ceeed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Before you can send data to the workspace, you need to create the custom table w
9797
## Parse and filter sample data
9898
Instead of directly configuring the schema of the table, you can upload a file with a sample JSON array of data through the portal, and Azure Monitor will set the schema automatically. The sample JSON file must contain one or more log records structured as an array, in the same way they data is sent in the body of an HTTP request of the logs ingestion API call.
9999

100+
1. Follow the instructions in [generate sample data](#generate-sample-data) to create the *data_sample.json* file.
101+
100102
1. Select **Browse for files** and locate the *data_sample.json* file that you previously created.
101103

102104
:::image type="content" source="media/tutorial-logs-ingestion-portal/custom-log-browse-files.png" lightbox="media/tutorial-logs-ingestion-portal/custom-log-browse-files.png" alt-text="Screenshot that shows custom log browse for files.":::

0 commit comments

Comments
 (0)