Skip to content

Commit a7ff4ed

Browse files
committed
blocking issues
1 parent 168d539 commit a7ff4ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this article, you learn how to run Application Insights Profiler on your Azur
5252

5353
1. Select **Update**.
5454

55-
:::image type="content" source="../app/media/asp-net-core/update-nuget-package.png" alt-text="Screenshot showing where to select the Application Insights package for update":::
55+
:::image type="content" source="../app/media/asp-net-core/update-nuget-package.png" alt-text="Screenshot of where to select the Application Insights package for update.":::
5656

5757
## Enable Profiler
5858

@@ -169,22 +169,22 @@ Since the Azure portal doesn't provide a way to set the Application Insights Pro
169169
170170
1. Verify the Microsoft Azure Diagnostics extension is installed by viewing the extensions installed for your virtual machine.
171171
172-
:::image type="content" source="./media/profiler-vm/wad-extension.png" alt-text="Check if WAD extension is installed":::
172+
:::image type="content" source="./media/profiler-vm/wad-extension.png" alt-text="Screenshot of checking if WAD extension is installed.":::
173173
174174
1. Find the VM Diagnostics extension for your VM:
175175
1. Go to [https://resources.azure.com](https://resources.azure.com).
176176
1. Expand **subscriptions** and find the subscription holding the resource group with your VM.
177177
1. Drill down to your VM extensions by selecting your resource group, followed by **Microsoft.Compute** > **virtualMachines** > **[your virtual machine]** > **extensions**.
178178
179-
:::image type="content" source="./media/profiler-vm/azure-resource-explorer.png" alt-text="Navigate to WAD config in Azure Resource Explorer":::
179+
:::image type="content" source="./media/profiler-vm/azure-resource-explorer.png" alt-text="Screenshot of navigating to WAD config in Azure Resource Explorer.":::
180180
181181
1. Add the Application Insights Profiler sink to the `SinksConfig` node under WadCfg. If you don't already have a `SinksConfig` section, you may need to add one. To add the sink:
182182
183183
- Specify the proper Application Insights iKey in your settings.
184184
- Switch the explorers mode to Read/Write in the upper right corner.
185185
- Press the blue **Edit** button.
186186
187-
:::image type="content" source="./media/profiler-vm/resource-explorer-sinks-config.png" alt-text="Add Application Insights Profiler sink":::
187+
:::image type="content" source="./media/profiler-vm/resource-explorer-sinks-config.png" alt-text="Screenshot of adding Application Insights Profiler sink.":::
188188
189189
```json
190190
"WadCfg": {
@@ -204,7 +204,7 @@ Since the Azure portal doesn't provide a way to set the Application Insights Pro
204204

205205
1. If the `put` is successful, a green check will appear in the middle of the screen.
206206

207-
:::image type="content" source="./media/profiler-vm/resource-explorer-put.png" alt-text="Send put request to apply changes":::
207+
:::image type="content" source="./media/profiler-vm/resource-explorer-put.png" alt-text="Screenshot of sending the put request to apply changes.":::
208208

209209
---
210210

0 commit comments

Comments
 (0)