In our environment, we need to scale some AVD host pools to 2000–3000 session hosts. Azure supports deploying VMs across multiple subnets within the same vNet, but Nerdio autoscale currently limits us to just one subnet. This creates challenges when we run out of IPs and forces us to create overly large subnets or split the pool.
Another issue is that when autoscale rebuilds a VM, it assigns a new NIC and IP address. This breaks some of our processes that depend on the VM keeping the same network identity, especially for monitoring and automation.
With Citrix, we don’t have these problems. It can spread hosts across multiple subnets and preserve the NIC and IP during refreshes.
What we’d like to see:
- Allow autoscale to deploy hosts across multiple subnets in the same vNet.
- Preserve or reassign the same NIC and IP address during VM rebuilds.
Comments (4 comments)