Skip to content

Commit 2bfd218

Browse files
Merge pull request #222733 from SwathiDhanwada-MSFT/patch-61
(AzureCXP) fixes MicrosoftDocs/azure-docs#103248
2 parents 4e165b9 + 7d9c3d1 commit 2bfd218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Instead of directly configuring the schema of the table, you can use the portal
233233
```kusto
234234
source
235235
| extend TimeGenerated = todatetime(Time)
236-
| parse RawData.value with
236+
| parse RawData with
237237
ClientIP:string
238238
' ' *
239239
' ' *

0 commit comments

Comments
 (0)