You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/auto-instrumentation-troubleshoot.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ This article will help you troubleshoot problems with auto-instrumentation in Az
12
12
> [!NOTE]
13
13
> Auto-instrumentation used to be known as "codeless attach" before October 2021.
14
14
15
-
## Telemetry data is not reported after enabling auto-instrumentation
15
+
## Telemetry data isn't reported after enabling auto-instrumentation
16
16
17
-
Review these common scenarios if you've enabled Azure Application Insights auto-instrumentation for your app service but do not see telemetry data reported.
17
+
Review these common scenarios if you've enabled Azure Application Insights auto-instrumentation for your app service but don't see telemetry data reported.
18
18
19
19
### The Application Insights SDK was previously installed
20
20
21
-
Auto-instrumentation will fail for .NET and .NET Core apps if they were already instrumented with the SDK.
21
+
Auto-instrumentation will fail when .NET and .NET Core apps were already instrumented with the SDK.
22
22
23
23
Remove the Application Insights SDK if you would like to auto-instrument your app.
24
24
@@ -39,8 +39,8 @@ Auto-instrumentation will fail if it detects the following libraries.
39
39
- Microsoft.AspNet.TelemetryCorrelation
40
40
- Microsoft.ApplicationInsights
41
41
42
-
These will need to be removed for auto-instrumentation to succeed.
42
+
These libraries will need to be removed for auto-instrumentation to succeed.
43
43
44
-
## Additional help
44
+
## More help
45
45
46
46
If you have questions about Azure Application Insights auto-instrumentation, you can post a question in our [Microsoft Q&A question page](/answers/topics/azure-monitor.html).
0 commit comments