Microsoft announced a preview of Guest RDMA for Azure Boost on June 2, beginning in the UK South region. The Compute post describes direct guest access to remote direct memory access networking for high-throughput, low-latency communication. RDMA can move data between hosts while avoiding some CPU and kernel overhead of conventional network paths.
The guest gains a specialized data path
HPC, distributed databases, storage systems, and tightly coupled services may benefit when communication dominates execution time. Guest exposure also lets software use familiar RDMA interfaces within the VM rather than relying only on a host-managed acceleration.
Preview scope matters. UK South availability, supported VM sizes, drivers, operating systems, and network topology determine whether a workload can participate. A fast fabric does not remove application synchronization, serialization, or congestion bottlenecks.
Validate from driver to application
Confirm the exact preview eligibility and select supported instances in one placement. Install the Microsoft-recommended guest components and record versions. Test basic RDMA connectivity before application benchmarks, then measure message latency, bandwidth, CPU use, and tail behavior at realistic concurrency.
Exercise node replacement and partial failure. Applications should detect a broken queue pair, reconnect, and degrade predictably if one node loses the RDMA path. Retain conventional management networking and monitor both Azure platform metrics and application-level communication errors.
Compare results with the same workload over its existing transport. Include VM and regional constraints in the decision, not just peak throughput. Since the service is preview and initially regional, use it for evaluation or recoverable workloads while preserving a deployment option that does not depend on Guest RDMA.
- Announcing Preview of Guest RDMA for Azure Boost
Microsoft Azure Compute Blog · Jun 2, 2026
See the original announcement for availability and release details.