Skip to content

Commit bfe0899

Browse files
Merge pull request #277960 from nzamoralopez/docs-editor/application-insights-asp-net-a-1718169666
Updated wording on application-insights-asp-net-agent.md to better explain what 'Instrumented' and 'AppAlreadyInstrumented' entails
2 parents 45e1b06 + f3feae7 commit bfe0899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/application-insights-asp-net-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,9 @@ In this example;
661661
- **DemoWebApp333** has been manually instrumented using the Application Insights SDK. Application Insights Agent detected the SDK and doesn't monitor this site.
662662

663663

664-
- `AppAlreadyInstrumented : true` indicates that the web app running on that specific w3wp.exe process is already instrumented using a manual SDK in code and the instrumentation shipped by the on-premises agent is not in effect.
664+
- The presence of `AppAlreadyInstrumented : true` signifies that the Application Insights agent identified a [conflicting dll](https://learn.microsoft.com/troubleshoot/azure/azure-monitor/app-insights/agent/status-monitor-v2-troubleshoot) loaded in the web application, assumed that the web app is manually instrumented, and the agent has backed-off and is not instrumenting this process.
665665

666-
- `Instrumented : true` indicates that the web app running on that specific w3wp.exe process was successfully instrumented by the on-premises agent.
666+
- `Instrumented : true` indicates that the Application Insights agent successfully instrumented the web app running in the specified w3wp.exe process.
667667

668668
##### Example: PowerShell module information
669669

0 commit comments

Comments
 (0)