Skip to content

Commit c6824b5

Browse files
Merge pull request #10021 from kainawroth/kainawroth-auto-vm
AB#8044: Moving VM extension troubleshooting steps to troubleshooting repo
2 parents a6a0bbb + bcbded1 commit c6824b5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

support/azure/azure-monitor/app-insights/telemetry/auto-instrumentation-troubleshoot.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ For autoinstrumentation to work successfully, these libraries must be removed.
4848

4949
If you encounter problems that are caused by the Application Insights SDK itself after you enable autoinstrumentation, collect self-diagnostic logs to diagnose the problems. For more information, see [How to collect self-diagnostic logs for Application Insights SDKs](enable-self-diagnostics.md).
5050

51+
## Trouble deploying the Application Insights Monitoring Agent extension for VMs and virtual machine scale sets
52+
53+
> [!NOTE]
54+
> These troubleshooting tips apply to .NET applications.
55+
56+
If you have trouble deploying the extension, review the execution output that the extension logs to files in the following directories:
57+
58+
```Windows
59+
C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.Diagnostics.ApplicationMonitoringWindows\<version>\
60+
```
61+
62+
If your extension deployed successfully but you're unable to see telemetry, it could be one of the following issues covered in [Agent troubleshooting](../agent/status-monitor-v2-troubleshoot.md#known-issues):
63+
64+
- Conflicting dynamic link libraries (DLLs) in an app's bin directory.
65+
- Conflict with IIS shared configuration.
66+
5167
## Issues with Java app running on Azure Functions
5268

5369
### Slow startup times

0 commit comments

Comments
 (0)