Skip to content

Commit 4fc3956

Browse files
authored
acrolinx
1 parent 57a85c3 commit 4fc3956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/create-custom-table-auxiliary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ There are currently two ways to ingest data to a custom table with the Auxiliary
9292

9393
- [Collect logs from a text or JSON file with Azure Monitor Agent](../agents/data-sources-custom-logs.md).
9494

95-
If you this method, your custom table must only have two columns - `TimeGenerated` and `RawData` (of type `string`). The data collection rule sends the entirety of each log entry you collect to the `RawData` column, and Azure Monitor Logs automatically populates the `TimeGenerated` column with the time the log is ingested.
95+
If you use this method, your custom table must only have two columns - `TimeGenerated` and `RawData` (of type `string`). The data collection rule sends the entirety of each log entry you collect to the `RawData` column, and Azure Monitor Logs automatically populates the `TimeGenerated` column with the time the log is ingested.
9696

9797
- Send data to Azure Monitor using Logs ingestion API.
9898

@@ -211,7 +211,7 @@ There are currently two ways to ingest data to a custom table with the Auxiliary
211211

212212
## Public preview limitations
213213

214-
During public preview, these limitation apply:
214+
During public preview, these limitations apply:
215215

216216
- The Auxiliary plan is gradually being rolled out to all regions and is currently supported in:
217217

0 commit comments

Comments
 (0)