Skip to content

Commit 5e37621

Browse files
authored
Update create-custom-table.md
------- cc: @guywi-ms
1 parent a6aae60 commit 5e37621

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-monitor/logs/create-custom-table.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ To create a custom table, you need:
3333
```
3434

3535
For information about the `TimeGenerated` format, see [supported datetime formats](/azure/data-explorer/kusto/query/scalar-data-types/datetime#supported-formats).
36+
3637
## Create a custom table
3738

3839
Azure tables have predefined schemas. To store log data in a different schema, use data collection rules to define how to collect, transform, and send the data to a custom table in your Log Analytics workspace.
@@ -181,6 +182,10 @@ To delete a table using PowerShell:
181182
## Add or delete a custom column
182183

183184
You can modify the schema of custom tables and add custom columns to, or delete columns from, a standard table.
185+
186+
> [!NOTE]
187+
> Column names must start with a letter and can consist of up to 45 alphanumeric characters and the characters `_` and `-`. The following are reserved column names: `Type`, `TenantId`, `resource`, `resourceid`, `resourcename`, `resourcetype`, `subscriptionid`, `tenanted`.
188+
184189
# [Portal](#tab/azure-portal-3)
185190

186191
To add a custom column to a table in your Log Analytics workspace, or delete a column:

0 commit comments

Comments
 (0)