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
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:
14
14
15
15
- Configure the Azure Diagnostics extension to run Profiler.
16
16
- 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
23
23
- An [Application Insights resource](../app/create-workspace-resource.md).
24
24
- Review the Azure Resource Manager templates for the Azure Diagnostics extension:
1. In the template, locate the resource of type `extension`.
74
74
75
75
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.
76
76
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.
78
78
79
79
1. Within the `WadCfg` tag, add your Application Insights instrumentation key to the `MyApplicationInsightsProfilerSink`.
80
80
@@ -136,7 +136,7 @@ The following PowerShell commands are an approach for existing VMs that touch on
136
136
```
137
137
138
138
> [!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.
140
140
141
141
### IIS Http Tracing feature
142
142
@@ -167,7 +167,7 @@ Since the Azure portal doesn't provide a way to set the Application Insights Pro
167
167
> [!NOTE]
168
168
> 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.
169
169
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.
171
171
172
172
:::image type="content" source="./media/profiler-vm/wad-extension.png" alt-text="Check if WAD extension is installed":::
0 commit comments