Microsoft will deploy AMD's next-generation Helios rack-scale AI platform in Azure starting in the second half of 2026, the companies announced today. The move brings Instinct MI455X accelerators with as much as 432GB of high-bandwidth memory per GPU into Microsoft's cloud, targeting large-scale AI inference for frontier models and customer applications.

What's in the new Azure deployment

Microsoft is adopting AMD's Helios architecture as a complete system, not just individual GPUs. Each Helios rack combines 72 Instinct MI455X accelerators, sixth-generation EPYC "Venice" processors, Pensando networking, and ROCm software into a liquid-cooled, double-wide Open Rack Wide design. Microsoft will offer this as the Azure ND MI455X v7 instance family, aimed primarily at production inference workloads.

The MI455X GPU, built on AMD's CDNA 5 architecture, comes with up to 432GB of HBM4 memory and 19.6TB/s of memory bandwidth. Across a single rack, the system delivers roughly 31TB of total HBM4 capacity, up to 2.9 exaflops of FP4 performance, and 1.4 exaflops of FP8. Those lower-precision formats are critical for modern AI inference, where quantized models can slash memory usage and boost throughput with minimal quality loss.

Two new CPU-only VM series also join the lineup: HDv2 for AI data pipelines, search, and agent coordination, and HXv2 for semiconductor design and EDA workloads. Both run on Venice CPUs with up to 256 cores and 1.6TB/s of memory bandwidth.

Networking gets a refresh, too. Microsoft is broadening its use of AMD Pensando DPUs and integrating AMD silicon with Azure Boost to offload networking, storage, and security functions from host CPUs. Pensando Vulcano AI networking handles scale-out communication at 800Gbps, while Salina DPUs manage front-end connectivity and infrastructure chores.

Who benefits—and how

The changes land differently depending on your role.

Enterprise AI teams gain another accelerator option, but the payoff isn't instant. Inference costs may drop if AMD's memory capacity lets you serve larger models on fewer GPUs or support more concurrent users. However, you'll need to compare cost per completed task, not hourly VM price. A cheaper instance can become more expensive if your model needs extra engineering to run well on ROCm.

IT operations and cloud architects face a more heterogeneous Azure fleet. Virtual machines will sit on AMD, Nvidia, and Microsoft's own Maia silicon. That broadens availability and negotiating power but also demands consistent container images, monitoring, and security policies across platforms. Azure Foundry Managed Compute may hide much of this complexity for inference workloads, but teams that manage their own fleets will need to validate deployments carefully.

Windows and .NET developers won't touch the hardware directly. Models served on ND MI455X v7 instances remain accessible through the same Azure AI APIs and managed endpoints. If you're already building against Azure's AI services, the underlying accelerator can change without a single line of client code. Self-managed inference on AMD hardware still requires Linux-based containers and ROCm tooling, though local Windows development can target that production environment through remote tools.

Everyday Windows users may notice the effects indirectly. More inference capacity should help Microsoft expand Copilot features in Microsoft 365, Windows, and Edge, and reduce the quotas or waiting periods that sometimes throttle AI services. But lower infrastructure costs don't automatically mean cheaper subscriptions; Microsoft might instead use headroom to offer more capable models or longer context windows.

The backstory: from CPUs to a rack-scale partnership

Microsoft and AMD have been deepening their silicon relationship for years. AMD's EPYC processors gained a foothold in Azure because of their high core counts and memory bandwidth, which suited dense virtualized workloads. Eventually, Azure began deploying Instinct GPUs for high-performance computing, and AMD kept refining ROCm, the open-source software stack that lets developers program its accelerators.

But the Helios agreement marks a shift from buying components to buying a platform. Earlier AMD cloud deployments often placed a processor or GPU into an otherwise standard server. Helios is a co-designed system in which compute, memory, networking, power, cooling, and software are optimized as a single operational unit. For Microsoft, that kind of integration can reduce the complexity of getting different pieces to work together at scale.

The timing matters. Inference demand is exploding as more applications rely on models that process user requests in multiple steps, search external data, and chain several calls together. A single user prompt can trigger planning, retrieval, database lookups, and code execution before an answer emerges. That turns inference from a relatively simple forward pass into a compute-intensive pipeline. Azure needs hardware that can handle those workloads efficiently, and AMD's memory-heavy design may be a good fit for models with long context windows or large expert mixtures.

What you should do now

If you're planning to use Azure AI infrastructure over the next two years, treat ND MI455X v7 as an upcoming option, not an immediate replacement for existing GPU instances.

  1. Pick representative models. Identify the models you run in production, along with typical request patterns, peak context lengths, and concurrency levels.
  2. Baseline current costs and throughput. Measure token-per-second rates, latency distributions, and operational effort on your current Azure GPU setup.
  3. Validate on ROCm later. Once Microsoft opens previews, test your models for correctness on AMD hardware. Pay close attention to quantization methods, numerical drift, and any unsupported operators.
  4. Benchmark the full pipeline. Don't isolate accelerator performance; measure end-to-end latency including retrieval, preprocessing, and network hops.
  5. Plan a gradual rollout. Start with non-critical traffic, use platform-neutral container images, and keep a rollback path to your existing environment.

For HDv2 and HXv2 VMs, consider whether your data processing or EDA workloads would benefit from higher core counts and memory bandwidth. If your AI pipeline spends significant time on search, indexing, or vector operations before hitting a GPU, moving those steps to HDv2 could improve overall throughput without requiring more expensive accelerator instances.

What to watch next

The real test begins when Azure reveals preview regions, pricing, and quota availability for ND MI455X v7, HDv2, and HXv2. Independent benchmarks—especially those measuring tokens per second at long context lengths and under concurrent load—will matter far more than theoretical exaflops.

ROCm's maturity will be under a microscope. The software must reliably support popular inference engines, container images, and quantization formats. If managed services in Azure Foundry abstract those details well, many enterprises may use AMD hardware without ever tuning a ROCm driver. But developers who need low-level control will scrutinize every compatibility edge case.

Keep an eye on Nvidia's response. The Helios announcement emphasizes open rack standards and high-memory accelerators, moves that directly challenge Nvidia's integrated approach. A faster product cycle or more aggressive cloud pricing from competitors could shift the value proposition before AMD's systems reach general availability.

Microsoft's own adoption of Helios for internal AI services will be a telling signal. If Copilot and Azure AI start serving traffic from AMD racks, that proves the platform can handle production-scale inference. If the deployment stays confined to specialized workloads or limited availability zones, the broader impact may take longer to materialize.

AMD's chance to prove itself as a full-stack AI infrastructure supplier—not just a GPU vendor—has never been larger. The outcome will be written not in press releases, but in availability dates, benchmark results, and the monthly bills Microsoft's customers actually pay.