Skip to content

Commit e1144d2

Browse files
Merge pull request #208634 from guywi-ms/patch-22
Update data-collection-text-log.md
2 parents 14ca917 + 0dba1de commit e1144d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The custom table must be created before you can send data to it. When you create
4747
Use the **Tables - Update** API to create the table with the PowerShell code below. This code creates a table called *MyTable_CL* with two columns. Modify this schema to collect a different table.
4848

4949
> [!IMPORTANT]
50-
> Custom tables must use a suffix of *_CL* as in *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name created in the log Analytics workspace.
50+
> Custom tables have a suffix of *_CL*; for example, *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name in the Log Analytics workspace.
5151
5252
1. Click the **Cloud Shell** button in the Azure portal and ensure the environment is set to **PowerShell**.
5353

@@ -182,7 +182,7 @@ The [data collection rule (DCR)](../essentials/data-collection-rule-overview.md)
182182
See [Structure of a data collection rule in Azure Monitor (preview)](../essentials/data-collection-rule-structure.md#custom-logs) if you want to modify the text log DCR.
183183
184184
> [!IMPORTANT]
185-
> Custom tables must use a suffix of *_CL* as in *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name created in the log Analytics workspace.
185+
> Custom tables have a suffix of *_CL*; for example, *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name in the Log Analytics workspace.
186186
187187
```json
188188
{

0 commit comments

Comments
 (0)