Skip to content

Commit 2ab8d5a

Browse files
Update azure-monitor-agent-transformation.md
1 parent 3f698d0 commit 2ab8d5a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/azure-monitor/agents/azure-monitor-agent-transformation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ To complete this procedure, you need:
3939
1. Run a basic query the custom logs table to view table data.
4040
1. Use the query window to write and test a query that transforms the raw data in your table.
4141

42-
For information about the KQL operators that transformations support, see [Structure of transformation in Azure Monitor](../essentials/data-collection-transformations-structure.md#kql-limitations).
42+
For information about the KQL operators that transformations support, see [Structure of transformation in Azure Monitor](../essentials/data-collection-transformations-structure.md#kql-limitations).
43+
44+
> [!Note]
45+
> The only columns that are available to apply transfroms against are TimeGenerated and RawData. Other columns are added to the table automatically after the transformation and are not availiable at the time of transformation.
46+
> The _ResourceId column can't be used in the trasnformation.
4347
4448
**Example**
4549

@@ -105,4 +109,4 @@ Learn more about:
105109
- [Data collection rules](../essentials/data-collection-rule-overview.md).
106110
- [Data collection endpoints](../essentials/data-collection-endpoint-overview.md).
107111
108-
112+

0 commit comments

Comments
 (0)