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
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.
1. Deploy the modified environment deployment definition.
35
54
36
-
To apply the modifications, usually involves a full template deployment or a cloud service based publish through PowerShell cmdlets or Visual Studio.
55
+
To apply the modifications, it usually involves a full template deployment or a cloud service based publish through PowerShell cmdlets or Visual Studio.
37
56
38
-
The following powershell commands are an alternate approach for existing virtual machines that touches only the Azure Diagnostics extension:
57
+
The following powershell commands are an alternate approach for existing virtual machines that touches only the Azure Diagnostics extension. You just need to add the ProfilerSink as noted above to the config that is returned by the Get-AzureRmVMDiagnosticsExtension command. Then pass the updated config to the Set-AzureRmVMDiagnosticsExcension command.
0 commit comments