In this video, I walk through setting up the Azure Monitor solution for Windows Virtual Desktop Spring Update. The video starts by setting up a Log Analytics workspace, then adding the Session Hosts to send performance data to the Log Analytics Workspace. After that, Azure Diagnostic data is configuring to send data to Log Analytics. Lastly, the Workbook available from Microsoft is deployed to view WVD performance and session information.
Workbook code on GitHub:
https://github.com/wvdcommunity/AzureMonitor/blob/master/WVD-ARM-monitoring-workbook.json
PowerShell scripts used to add performance and diagnostic data:
https://github.com/tsrob50/WVD-Public
Add-LogAnalyticsPerfCount.ps1 – Used to add a list of performance counters to a Log Analytics workspace for an Azure Monitor solution available from Microsoft.
Add-WVDDiagSettings.ps1 – Used to add a Log Analytics workspace to a WVD object Diagnostic Settings.