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/application-insights-asp-net-agent.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -661,6 +661,10 @@ In this example;
661
661
-**DemoWebApp333** has been manually instrumented using the Application Insights SDK. Application Insights Agent detected the SDK and doesn't monitor this site.
662
662
663
663
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
+
664
668
##### Example: PowerShell module information
665
669
666
670
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
1006
1010
1007
1011
### How do I verify that the enablement succeeded?
1008
1012
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.
1010
1014
- Use [Live Metrics](./live-stream.md) to quickly determine if your app is sending telemetry.
1011
1015
- You can also use [Log Analytics](../logs/log-analytics-tutorial.md) to list all the cloud roles currently sending telemetry:
0 commit comments