Skip to content

Commit 011cc5b

Browse files
committed
Merge branch 'v-jbasden-logs-content-inventory-line-30' of https://github.com/v-jbasden/azure-docs-pr into v-jbasden-logs-content-inventory-line-30
2 parents b23458a + 0cd49a4 commit 011cc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/parse-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes different options for parsing log data in Azure Monitor w
2222
You can parse data either at ingestion time when the data is collected or at query time when you analyze the data with a query. Each strategy has unique advantages.
2323

2424
### Parse data at collection time
25-
When you parse data at collection time, you create [transformations](../essentials/data-collection-transformations.md) that create new properties in the table. Queries don't have to include any parsing logic and use these properties as any other field in the table.
25+
Use [transformations](../essentials/data-collection-transformations.md) to parse data at collection time and define which columns to send the parsed data to.
2626

2727
**Advantages:**
2828

0 commit comments

Comments
 (0)