Microsoft will deploy AMD’s next-generation Helios rack-scale platform across Azure, the company announced on July 20, 2026, bringing Instinct MI455X GPUs, sixth-generation EPYC Venice CPUs, and Pensando networking to its cloud data centers. Two new virtual machine families targeting AI inference and data-intensive workloads are on the roadmap, with hardware shipments beginning in the second half of the year.
The move arms Azure with a complete, AMD-directed alternative to the Nvidia-centric infrastructure that has dominated generative AI. For customers, it introduces fresh hardware choices—along with the complexity of building and running production services on a less-mature software stack.
What’s Actually Changing: Helios, MI455X, and New VM Families
The centerpiece is the AMD Helios Rackscale Solution, a reference architecture that integrates 72 Instinct MI455X accelerators, EPYC Venice host processors, Pensando DPUs, and the full ROCm software stack into a single, liquid-cooled chassis. Each MI455X carries 432 GB of HBM4 memory, delivering roughly 31 TB of high-bandwidth memory per rack and rated at up to 2.9 exaFLOPS of FP4 compute. AMD claims every rack benefits from up to 260 TB/s of aggregate scale-up bandwidth via UALink fabric, while 800 Gbps Pensando “Vulcano” network interfaces handle scale-out traffic.
For Azure, that platform materializes as the ND MI455X v7 virtual machine series, which Microsoft says will be tuned for reasoning, search, agentic applications, and other production inference workloads. The company also plans to offer the hardware to frontier-model developers for training and to enterprise customers through Azure Foundry Managed Compute.
Alongside the GPU-dense racks, Microsoft is adding two EPYC Venice–powered compute families, addressing an often-overlooked reality: accelerators stall without powerful CPUs feeding them data. The HDv2 series packs nearly 500 physical cores, 4 TB of RAM, 32 TB of local NVMe storage, and 400 Gbps Azure Boost networking. It targets data preparation, search, reinforcement learning, and large-scale agent coordination where text and context must be processed before hitting the GPU. The HXv2 series, meanwhile, is purpose-built for electronic design automation (EDA) and scientific simulation. It will offer 176 cores running above 5 GHz, enlarged per-core caches, up to 2 TB or 4 TB of memory, and 800 Gbps InfiniBand—specifications pulled from the same playbook that made Azure’s original HX family a favorite in chip-design shops.
Pensando DPUs are also being integrated more deeply with Azure Boost, Microsoft’s hardware-and-software layer that offloads networking, storage, and virtualization tasks from host processors. The goal is to free more CPU cycles for customer workloads and reduce jitter, especially important in AI clusters where thousands of endpoints exchange data continuously.
What This Means for You, Depending on Your Role
For AI developers and data scientists: You gain another production-scale inference option beyond Nvidia, potentially at a different cost-per-token. The large HBM4 capacity could keep models fully resident in memory, minimizing sharding and enabling larger context windows. However, AMD’s ROCm ecosystem, while improving, still lags behind CUDA in tooling breadth and third-party library maturity. Expect to validate performance on your own models, especially if you rely on custom kernels or niche frameworks.
For enterprise IT architects: The new HDv2 instances could consolidate data-engineering and agentic preprocessing jobs that currently sprawl across smaller VMs. The HXv2 family gives chip-design and engineering teams a cloud-based burst option with clock speeds and cache profiles tuned for EDA. But remember: initial availability may be limited to a handful of Azure regions, and Microsoft has not disclosed per-hour pricing. If you can’t wait, evaluate the current ND MI300X v5 series as a transitional step.
For Windows developers: These changes ripple through to everyday Windows PCs. Cheaper or more abundant inference capacity in Azure could let Microsoft bake richer Copilot features into Microsoft 365, Windows, and security products without requiring every device to run a local neural processor. If you’re building AI-enabled Windows apps with cloud back ends, keep your code hardware-agnostic: stick to standard APIs, prefer ONNX Runtime where possible, and test against multiple accelerator back ends to avoid lock-in.
How We Got Here: From EPYC CPUs to Rack-Scale AI
The Microsoft-AMD partnership stretches back to 2017, when Azure became the first global cloud provider to adopt EPYC processors. Since then, the collaboration has expanded from general-purpose and HPC virtual machines (HB, HX) to confidential computing and, with the ND MI300X v5 series, AI acceleration. That earlier GPU offering packed eight MI300X accelerators with 1.5 TB of aggregate HBM memory, giving developers a taste of AMD’s large-memory philosophy.
But the industry has shifted. Where training once dominated the conversation, persistent inference is now the operational heartbeat of generative AI. Every Copilot query, agent action, or retrieval-augmented step burns inference cycles, and hyperscalers are scrambling for efficient, diverse hardware. Microsoft’s strategy is explicitly heterogeneous: x86 from AMD and Intel, Arm-based Cobalt CPUs, its own Maia accelerators, and both Nvidia and AMD GPUs. Helios fits squarely into that playbook, providing a complete rack-scale system rather than a mere accelerator purchase.
What to Do Now
- Start evaluating AMD instances. If you haven’t touched ROCm yet, spin up a current ND MI300X v5 VM and run a representative inference benchmark. The tooling gaps are real, and early exposure will tell you how much engineering work a future MI455X v7 migration might demand.
- Watch Azure Foundry Managed Compute. Microsoft is likely to abstract the underlying hardware behind its managed model-serving endpoints. That could be the fastest on-ramp for enterprises that care about service-level objectives, not silicon specs.
- Inventory your AI pipeline’s dependencies. Identify any CUDA-specific code, proprietary inference engines, or monitoring agents that tie you to a single vendor. Decouple them now before you’re forced to later.
- Assess your data-intensive bottlenecks. If agent orchestration or ETL jobs overwhelm your current compute nodes, keep an eye on HDv2. The large local NVMe capacity and 500-core density could shrink job durations significantly.
What We’re Watching Next
Hardware shipments begin in the second half of 2026, but Microsoft still has to integrate, validate, and regionally deploy its Helios-based servers. Expect preview programs to be announced in early 2027, with general availability potentially lagging by several quarters. The real test will arrive when pricing, availability, and third-party benchmarks let you compare total cost per million tokens against Nvidia equivalents. Until then, treat the announcement as a directional signal: the AI infrastructure market is diversifying, and Azure is betting that not every intelligent workload needs CUDA. Your own planning should bet the same way.