Skip to content

Commit ef0fb32

Browse files
committed
acrolinx
1 parent 405b975 commit ef0fb32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/profiler/profiler-vm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: jogrima
1010

1111
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
1212

13-
In this article, you learn how to run Application Insights Profiler on your Azure virtual machine (VM) or Azure VM scale set via three different methods. Using any of these methods, you will:
13+
In this article, you learn how to run Application Insights Profiler on your Azure virtual machine (VM) or Azure virtual machine scale set via three different methods. Using any of these methods, you will:
1414

1515
- Configure the Azure Diagnostics extension to run Profiler.
1616
- Install the Application Insights SDK onto a VM.
@@ -23,7 +23,7 @@ In this article, you learn how to run Application Insights Profiler on your Azur
2323
- An [Application Insights resource](../app/create-workspace-resource.md).
2424
- Review the Azure Resource Manager templates for the Azure Diagnostics extension:
2525
- [VM](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachine.json)
26-
- [VM scale set](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachineScaleSet.json)
26+
- [Virtual machine scale set](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachineScaleSet.json)
2727

2828
## Add Application Insights SDK to your application
2929

@@ -68,13 +68,13 @@ You can enable Profiler by any of the following three ways:
6868

6969
1. Choose which Azure Resource Manager template to use:
7070
- [VM](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachine.json)
71-
- [VM scale set](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachineScaleSet.json).
71+
- [Virtual machine scale set](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachineScaleSet.json).
7272

7373
1. In the template, locate the resource of type `extension`.
7474

7575
1. In Visual Studio, navigate to the `arm.json` file in your ASP.NET Core application that was added when you installed the Application Insights SDK.
7676

77-
1. Add the resource type `extension` from the template to the `arm.json` file. This will set up a VM or VM scale set with Azure Diagnostics.
77+
1. Add the resource type `extension` from the template to the `arm.json` file to set up a VM or virtual machine scale set with Azure Diagnostics.
7878

7979
1. Within the `WadCfg` tag, add your Application Insights instrumentation key to the `MyApplicationInsightsProfilerSink`.
8080

@@ -136,7 +136,7 @@ The following PowerShell commands are an approach for existing VMs that touch on
136136
```
137137

138138
> [!NOTE]
139-
> `Set-AzVMDiagnosticsExtension` might require the `-StorageAccountName` argument. If your original diagnostics configuration had the `storageAccountName` property in the `protectedSettings` section (which is not downloadable), be sure to pass the same original value you had in this cmdlet call.
139+
> `Set-AzVMDiagnosticsExtension` might require the `-StorageAccountName` argument. If your original diagnostics configuration had the `storageAccountName` property in the `protectedSettings` section (which isn't downloadable), be sure to pass the same original value you had in this cmdlet call.
140140
141141
### IIS Http Tracing feature
142142

@@ -167,7 +167,7 @@ Since the Azure portal doesn't provide a way to set the Application Insights Pro
167167
> [!NOTE]
168168
> If you deploy the VM again, the sink will be lost. You'll need to update the config you use when deploying the VM to preserve this setting.
169169
170-
1. Verify the Windows Azure Diagnostics extension is installed by viewing the extensions installed for your virtual machine.
170+
1. Verify the Microsoft Azure Diagnostics extension is installed by viewing the extensions installed for your virtual machine.
171171

172172
:::image type="content" source="./media/profiler-vm/wad-extension.png" alt-text="Check if WAD extension is installed":::
173173

0 commit comments

Comments
 (0)