From 30a5d1de36510103a5e734b2b0529b2b79e48fe3 Mon Sep 17 00:00:00 2001 From: mariavaladas <69897891+mariavaladas@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:44:20 +0100 Subject: [PATCH] Update create-custom-table-auxiliary.md I have added a new limitation, which is that you cannot edit existing fields (e.g. you can't change a string to an int) --- articles/azure-monitor/logs/create-custom-table-auxiliary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/azure-monitor/logs/create-custom-table-auxiliary.md b/articles/azure-monitor/logs/create-custom-table-auxiliary.md index 41e8db9e8f..f0df03cefb 100644 --- a/articles/azure-monitor/logs/create-custom-table-auxiliary.md +++ b/articles/azure-monitor/logs/create-custom-table-auxiliary.md @@ -250,6 +250,7 @@ During public preview, these limitations apply: - Do not support columns with dynamic data. - Have a fixed total retention of 365 days. - Support ISO 8601 datetime format only. + - Can be edited to add new fields, but existing fields cannot be edited or modified into a different field type - A data collection rule that sends data to a table with an Auxiliary plan: - Can only send data to a single table. - Can't include a [transformation](../essentials/data-collection-transformations.md).