Skip to content

Commit 43ab30b

Browse files
authored
Merge pull request #189160 from renatosalas/main
Added Snasphot Collector Not Supported Scenarios docs [Interop + Snapshot SDK]
2 parents d519cc1 + 6a42682 commit 43ab30b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

articles/azure-monitor/app/snapshot-debugger-appservice.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ For an Azure App Service, you can set app settings within the Azure Resource Man
136136
},
137137
```
138138

139+
## Not Supported Scenarios
140+
Below you can find scenarios where Snapshot Collector is not supported:
141+
142+
|Scenario | Side Effects | Recommendation |
143+
|------------|--------------|----------------|
144+
|When using the Snapshot Collector SDK in your application directly (.csproj) and you have enabled the advance option "Interop".| The local Application Insights SDK (including Snapshot Collector telemetry) will be lost, therefore, no Snapshots will be available.<br /><br />Your application could crash at startup with `System.ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.`<br /><br />For more information about the Application Insights feature "Interop", see the [documentation.](https://docs.microsoft.com/azure/azure-monitor/app/azure-web-apps-net-core?#troubleshooting) | If you are using the advance option "Interop", use the codeless Snapshot Collector injection (enabled thru the Azure Portal UX) |
145+
139146
## Next steps
140147

141148
- Generate traffic to your application that can trigger an exception. Then, wait 10 to 15 minutes for snapshots to be sent to the Application Insights instance.

articles/azure-monitor/app/snapshot-debugger-troubleshoot.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ If you enabled Application Insights Snapshot Debugger for your application, but
1414

1515
There can be many different reasons why snapshots aren't generated. You can start by running the snapshot health check to identify some of the possible common causes.
1616

17+
## Not Supported Scenarios
18+
Below you can find scenarios where Snapshot Collector is not supported:
19+
20+
|Scenario | Side Effects | Recommendation |
21+
|------------|--------------|----------------|
22+
|When using the Snapshot Collector SDK in your application directly (.csproj) and you have enabled the advance option "Interop".| The local Application Insights SDK (including Snapshot Collector telemetry) will be lost, therefore, no Snapshots will be available.<br /><br />Your application could crash at startup with `System.ArgumentException: telemetryProcessorTypedoes not implement ITelemetryProcessor.`<br /><br />For more information about the Application Insights feature "Interop", see the [documentation.](https://docs.microsoft.com/azure/azure-monitor/app/azure-web-apps-net-core?#troubleshooting) | If you are using the advance option "Interop", use the codeless Snapshot Collector injection (enabled thru the Azure Portal UX) |
23+
1724
## Make sure you're using the appropriate Snapshot Debugger Endpoint
1825

1926
Currently the only regions that require endpoint modifications are [Azure Government](../../azure-government/compare-azure-government-global-azure.md#application-insights) and [Azure China](/azure/china/resources-developer-guide).
@@ -313,4 +320,4 @@ If you still don't see an exception with that snapshot ID, then the exception re
313320

314321
If your application connects to the Internet via a proxy or a firewall, you may need to update the rules to communicate with the Snapshot Debugger service.
315322

316-
The IPs used by Application Insights Snapshot Debugger are included in the Azure Monitor service tag. For more information, see [Service Tags documentation](../../virtual-network/service-tags-overview.md).
323+
The IPs used by Application Insights Snapshot Debugger are included in the Azure Monitor service tag. For more information, see [Service Tags documentation](../../virtual-network/service-tags-overview.md).

0 commit comments

Comments
 (0)