Skip to content

Commit bdbb835

Browse files
authored
Merge pull request #192349 from pizzaz93/patch-1
Provide guidance to clarify backwards compatibility in regards to schema field syntax
2 parents 831cc68 + ca62a46 commit bdbb835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ We still provide full backwards compatibility for your Application Insights clas
9595

9696
To write queries against the [new workspace-based table structure/schema](apm-tables.md), you must first navigate to your Log Analytics workspace.
9797

98+
To ensure the queries successfully run, validate that the query's fields align with the [new schema fields](apm-tables.md#appmetrics).
99+
98100
When you query directly from the Log Analytics UI within your workspace, you'll only see the data that is ingested post migration. To see both your classic Application Insights data + new data ingested after migration in a unified query experience use the Logs (Analytics) query view from within your migrated Application Insights resource.
99101

100102
> [!NOTE]
@@ -258,4 +260,4 @@ You can check your current retention settings for Log Analytics under **General*
258260
## Next steps
259261

260262
* [Explore metrics](../essentials/metrics-charts.md)
261-
* [Write Analytics queries](../logs/log-query-overview.md)
263+
* [Write Analytics queries](../logs/log-query-overview.md)

0 commit comments

Comments
 (0)