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
### Set Profiler sink using Azure Resource Explorer
@@ -182,7 +173,8 @@ Since the Azure portal doesn't provide a way to set the Application Insights Pro
182
173
183
174
1. Find the VM Diagnostics extension for your VM:
184
175
1. Go to [https://resources.azure.com](https://resources.azure.com).
185
-
1. Expand your resource group, Microsoft.Compute virtualMachines, virtual machine name, and extensions.
176
+
1. Expand **subscriptions** and find the subscription holding the resource group with your VM.
177
+
1. Drill down to your VM extensions by selecting your resource group, followed by **Microsoft.Compute** > **virtualMachines** > **<yourvirtualmachine>** > **extensions**.
186
178
187
179
:::image type="content" source="./media/profiler-vm/azure-resource-explorer.png" alt-text="Navigate to WAD config in Azure Resource Explorer":::
188
180
@@ -194,9 +186,23 @@ Since the Azure portal doesn't provide a way to set the Application Insights Pro
1. When you're done editing the config, press **PUT**.
198
204
199
-
1. If the put is successful, a green check will appear in the middle of the screen.
205
+
1. If the `put` is successful, a green check will appear in the middle of the screen.
200
206
201
207
:::image type="content" source="./media/profiler-vm/resource-explorer-put.png" alt-text="Send put request to apply changes":::
202
208
@@ -208,6 +214,6 @@ Currently, Application Insights Profiler is not supported for on-premises server
208
214
209
215
## Next steps
210
216
211
-
- Generate traffic to your application (for example, launch an [availability test](../app/monitor-web-app-availability.md)). Then, wait 10 to 15 minutes for traces to start to be sent to the Application Insights instance.
212
-
- See [Profiler traces](./profiler-overview.md) in the Azure portal.
213
-
- For help with troubleshooting Profiler issues, see [Profiler troubleshooting](./profiler-troubleshooting.md).
217
+
Learn how to...
218
+
> [!div class="nextstepaction"]
219
+
> [Generate load and view Profiler traces](./profiler-data.md)
0 commit comments