Skip to content

Commit ad856a1

Browse files
authored
corrections per reviewer feedback
1 parent 6c74084 commit ad856a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/monitor-performance-live-website-now.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ We are tracking this issue [here](https://github.com/Microsoft/ApplicationInsigh
143143
* To output verbose logs, modify the config file: `C:\Program Files\Microsoft Application Insights\Status Monitor\Microsoft.Diagnostics.Agent.StatusMonitor.exe.config` and add `<add key="TraceLevel" value="All" />` to the `appsettings`.
144144
Then restart status monitor.
145145

146-
* As Status Monitor is a .net application you can also enable [.net tracing by adding the appropriate diagnostics to the config file](https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/trace-debug/system-diagnostics-element). For example, in some scenarios it can be useful to see what's happening at the network level by [configuring network tracing](https://docs.microsoft.com/en-us/dotnet/framework/network-programming/how-to-configure-network-tracing)
146+
* As Status Monitor is a .NET application you can also enable [.net tracing by adding the appropriate diagnostics to the config file](https://docs.microsoft.com/dotnet/framework/configure-apps/file-schema/trace-debug/system-diagnostics-element). For example, in some scenarios it can be useful to see what's happening at the network level by [configuring network tracing](https://docs.microsoft.com/dotnet/framework/network-programming/how-to-configure-network-tracing)
147147

148148
### Insufficient permissions
149149

@@ -275,7 +275,7 @@ When you select a web app for Status Monitor to instrument:
275275

276276
As of now, Status Monitor can only install Application Insights SDK versions 2.3 or 2.4.
277277

278-
The Application Insights SDK Version 2.4 is the [last version to support .net 4.0](https://github.com/microsoft/ApplicationInsights-dotnet/releases/tag/v2.5.0-beta1) which was [EOL January 2016](https://devblogs.microsoft.com/dotnet/support-ending-for-the-net-framework-4-4-5-and-4-5-1/). Therefore, as of now Status Monitor can be used to instrument a .net 4.0 application.
278+
The Application Insights SDK Version 2.4 is the [last version to support .NET 4.0](https://github.com/microsoft/ApplicationInsights-dotnet/releases/tag/v2.5.0-beta1) which was [EOL January 2016](https://devblogs.microsoft.com/dotnet/support-ending-for-the-net-framework-4-4-5-and-4-5-1/). Therefore, as of now Status Monitor can be used to instrument a .NET 4.0 application.
279279

280280
### Do I need to run Status Monitor whenever I update the app?
281281

0 commit comments

Comments
 (0)