An Azure service that provides a general-purpose, serverless container platform.
Hi Taimoor,
Thank you for the detailed report and for sharing the exact error + affected tables.
What’s happening
ContainerAppConsoleLogs_CL and ContainerAppSystemLogs_CL are classic custom tables created by Azure Container Apps.
These tables contain an auto-generated column named _timestamp_d.
When you try to migrate the table to DCR-based (manual schema) management, the platform validates the schema against the current custom table rules.
Those rules require column names to start with a letter. A leading underscore is not allowed, so the migration fails with:
Column name _timestamp_d contains invalid characters
Because the column is owned/locked by the Container Apps service, customers cannot rename or remove it (the edit control is disabled in the schema editor).
Current status
This is a known class of issue affecting service-generated classic _CL tables that contain columns with leading underscores (or other characters that no longer meet the stricter DCR schema rules).
Recommended actions right now
- Do not rely on the in-place migrate operation for these two tables until a fix is available.
- Workaround options:
- Continue using the existing classic tables for querying (ingestion will keep working until the HTTP Data Collector API retirement on 14 September 2026).
- Create new DCR-based custom tables and route future logs there (via diagnostic settings / transformation if needed).
- Alternatively, change the Container Apps environment log destination to Azure Storage or Event Hub if that meets your requirements.
We understand the timeline pressure caused by the Data Collector API retirement and are treating this as a priority.
If the above steps did not help resolve your issue, please feel free to share the details in a private message so we can proceed with further troubleshooting over a Teams call. I am happy to connect with you on Teams to investigate and resolve the issue.
Please "upvote" if the information helped you. This will help us and others in the community as well.