1. Microsoft Learn
Official Documentation. New-AzWvdRegistrationInfo. This document describes the cmdlet used to create a registration token for a host pool
which is necessary for adding new session hosts.
Reference: New-AzWvdRegistrationInfo cmdlet syntax and description section.
2. Microsoft Learn
Official Documentation. Create a host pool with PowerShell or the Azure CLI. This guide outlines the end-to-end process. Step 2 explicitly details creating a registration token using New-AzWvdRegistrationInfo before creating the virtual machines that will become session hosts.
Reference: Section "Create a registration token".
3. Microsoft Learn
Official Documentation. Update-AzWvdSessionHost. This document confirms that the Update-AzWvdSessionHost cmdlet is for modifying an already-registered session host
not for initial deployment.
Reference: Update-AzWvdSessionHost cmdlet description and examples.