Skip to content

Commit 0cd49a4

Browse files
v-jbasdenguywi-ms
andauthored
Update articles/azure-monitor/logs/parse-text.md
Co-authored-by: Guy Wild <[email protected]>
1 parent 8347f4e commit 0cd49a4

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)