Skip to content

Commit d9d41a2

Browse files
committed
Fix style issues
1 parent bcf1e7a commit d9d41a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-insights/app-insights-profiler-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ You can also deploy Application Insights profiler on these services:
2525
* [Service Fabric](app-insights-profiler-vm.md?toc=/azure/azure-monitor/toc.json)
2626

2727
## Deploy Profiler on a Virtual Machine or Scale set
28-
This page will guide you through the steps needed to get Application Insights profiler running on your Azure VM or Azure virtual machine scale set. Application Insights Profiler is installed with the Windows Azure Diagnostics extension for VMs. You need to configure the extension to run the profiler and have the App Insights SDK built into your application to get profiles for your web apps running on a VM.
28+
This page will guide you through the steps needed to get Application Insights profiler running on your Azure VM or Azure virtual machine scale set. Application Insights Profiler is installed with the Windows Azure Diagnostics extension for VMs. The extension needs to be configured to run the profiler and the App Insights SDK must be built into your application.
2929

3030
1. Add application Insights SDK to your [ASP.Net application](https://docs.microsoft.com/azure/application-insights/app-insights-asp-net) or regular [.NET Application.](https://docs.microsoft.com/azure/application-insights/app-insights-windows-services?toc=/azure/azure-monitor/toc.json) You must be sending request telemetry to Application Insights see profiles for your requests.
3131
1. Install Windows Azure Diagnostics extension on your VM. For full Resource Manager template examples, see:
3232
* [Virtual machine](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachine.json)
3333
* [Virtual machine scale set](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachineScaleSet.json)
3434

35-
The key part is the ApplicationInsightsProfilerSink in the WadCfg. You must add another sink to this section to tell WAD to enable the profiler to send data to your iKey.
35+
The key part is the ApplicationInsightsProfilerSink in the WadCfg. Add another sink to this section to tell WAD to enable the profiler to send data to your iKey.
3636

3737

3838
```json
@@ -65,7 +65,7 @@ This page will guide you through the steps needed to get Application Insights pr
6565
Set-AzureRmVMDiagnosticsExtension -ResourceGroupName "MyRG" -VMName "MyVM" -DiagnosticsConfigurationPath $ConfigFilePath
6666
```
6767

68-
1. If the intended application is running through [IIS](https://www.microsoft.com/web/downloads/platform.aspx), enable the `IIS Http Tracing` Windows feature by doing the following:
68+
1. If the intended application is running through [IIS](https://www.microsoft.com/web/downloads/platform.aspx), enable the `IIS Http Tracing` Windows feature.
6969

7070
a. Establish remote access to the environment, and then use the [Add Windows features]( https://docs.microsoft.com/iis/configuration/system.webserver/tracing/) window, or run the following command in PowerShell (as administrator):
7171

0 commit comments

Comments
 (0)