Skip to content

Commit 6a4a4ac

Browse files
Merge pull request #235244 from JeffreyWolford/patch-9
Update data-collection-text-log.md
2 parents 4db82b2 + fc3f874 commit 6a4a4ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/agents/data-collection-text-log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Invoke-AzRestMethod -Path "/subscriptions/{subscription}/resourcegroups/{resourc
6868
```
6969

7070
Press return to execute the code. You should see a 200 response, and details about the table you just created will show up. To validate that the table was created go to your workspace and select Tables on the left blade. You should see your table in the list.
71+
> [!Note]
72+
> The column names are case sensitive. For example Rawdata will not correcly collect the event data. It must be RawData.
7173
7274

7375
## Create data collection rule to collect text logs

0 commit comments

Comments
 (0)