Skip to content

Commit a46be30

Browse files
Update azure-monitor-agent-custom-text-log-migration.md
1 parent cc14171 commit a46be30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-monitor/agents/azure-monitor-agent-custom-text-log-migration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ ms.date: 05/09/2023
88
# Migrate from MMA custom text table to AMA DCR based custom text table
99
This article describes the steps to migrate a [MMA Custom text log](data-sources-custom-logs.md) table so you can use it as a destination for a new [AMA custom text logs](data-collection-log-text.md) DCR. If you're creating a new AMA custom text table, then this article doesn't pertain to you.
1010

11-
>
12-
> Warning: Your MMA agents won't be able to write to existing custom tables after migration. If your AMA agent writes to an existing custom table, it is implicitly migrated.
13-
>
11+
12+
> [!Warning]
13+
> Your MMA agents won't be able to write to existing custom tables after migration. If your AMA agent writes to an existing custom table, it is implicitly migrated.
14+
1415

1516
## Background
1617
You must configure MMA custom text logs to support new DCR features that allow AMA agents to write to it. Take the following actions:
1718
- Your table is reconfigured to enable all DCR-based custom logs features.
1819
- Your AMA agents can write data to any column in the table.
1920
- Your MMA Custom text log will lose the ability to write to the custom log.
20-
To continue to write you custom data from both MMA and AMA each must have its own custom table. Your data queries in LA that process your data must join the two table until the migration is complete at which point you can remove the join.
21+
To continue to write you custom data from both MMA and AMA each must have its own custom table. Your data queries in LA that process your data must join the two tables until the migration is complete at which point you can remove the join.
2122

2223
## Migration
2324
You should follow the steps only if the following criteria are true:

0 commit comments

Comments
 (0)