Skip to content

Commit 038a005

Browse files
Merge pull request #207937 from Nawrock/patch-9
Add info about avoiding duplicates in AI when saving diagnostic logs in a LA workspace
2 parents 6704662 + 233b99f commit 038a005

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-monitor/app/export-telemetry.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,12 @@ To migrate to diagnostic settings export:
268268
2. [Migrate application to workspace-based](convert-classic-resource.md).
269269
3. [Enable diagnostic settings export](create-workspace-resource.md#export-telemetry). Select **Diagnostic settings > add diagnostic setting** from within your Application Insights resource.
270270

271+
> [!CAUTION]
272+
> If you want to store diagnostic logs in a Log Analytics workspace, there are two things to consider to avoid seeing duplicate data in Application Insights:
273+
> * The destination can't be the same Log Analytics workspace that your Application Insights resource is based on.
274+
> * The Application Insights user can't have access to both the Application Insights resource and the workspace created for diagnostic logs. This can be done with [Azure role-based access control (Azure RBAC)](./resources-roles-access-control.md).
275+
271276
<!--Link references-->
272277

273278
[exportasa]: ../../stream-analytics/app-insights-export-sql-stream-analytics.md
274-
[roles]: ./resources-roles-access-control.md
279+
[roles]: ./resources-roles-access-control.md

0 commit comments

Comments
 (0)