Skip to content

Commit daeeee7

Browse files
Merge pull request #276091 from nzamoralopez/docs-editor/application-insights-asp-net-a-1716409025
Updated application-insights-asp-net-agent.md to include references on what 'AppAlreadyInstrumented' and 'Instrumented' means in the output of 'Get-ApplicationInsightsMonitoringStatus'
2 parents 9f649e8 + 49be0fe commit daeeee7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,10 @@ 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.
665+
666+
- `Instrumented : true` indicates that the web app running on that specific w3wp.exe process was successfully instrumented by the on-premises agent.
667+
664668
##### Example: PowerShell module information
665669

666670
Run the command `Get-ApplicationInsightsMonitoringStatus -PowerShellModule` to display information about the current module:
@@ -1006,7 +1010,7 @@ Each of these options is described in the [detailed instructions](?tabs=detailed
10061010

10071011
### How do I verify that the enablement succeeded?
10081012

1009-
- You can use the [Get-ApplicationInsightsMonitoringStatus](?tabs=api-reference#get-applicationinsightsmonitoringstatus) cmdlet to verify that enablement succeeded.
1013+
- You can use the [Get-ApplicationInsightsMonitoringStatus](?tabs=api-reference#get-applicationinsightsmonitoringstatus) cmdlet to verify that enablement succeeded.
10101014
- Use [Live Metrics](./live-stream.md) to quickly determine if your app is sending telemetry.
10111015
- You can also use [Log Analytics](../logs/log-analytics-tutorial.md) to list all the cloud roles currently sending telemetry:
10121016

0 commit comments

Comments
 (0)