TL;DR
Microsoft, whose former CEO Steve Ballmer once called Linux "a cancer," has released Azure Linux 4.0, its own Fedora-derived Linux distribution optimized for Azure cloud workloads. This is not a desktop distro like Ubuntu or Fedora — it’s a stripped-down, container-first OS designed to compete directly with Red Hat Enterprise Linux (RHEL) and Canonical’s Ubuntu Server in the cloud market, signaling a complete reversal in Microsoft’s strategy toward open source.
What Happened
On June 28, 2026, Microsoft released Azure Linux 4.0, its own free, Fedora-derived Linux distribution for Azure cloud workloads. The distro, which was previously known internally as "CBL-Mariner," is now a fully public offering that runs millions of Azure nodes — a stark departure from the company’s historic hostility toward Linux.
Key Facts
- Azure Linux 4.0 is derived from Fedora, not Ubuntu or Debian, making it a RPM-based distribution that shares DNA with Red Hat Enterprise Linux (RHEL).
- The distro is free to use and open source under the MIT license, with no subscription fees or paid tiers — a direct challenge to RHEL and Ubuntu Pro’s pricing models.
- Azure Linux 4.0 ships with kernel 6.12, the latest long-term stable (LTS) kernel from the Linux community, and includes systemd 256 as its init system.
- Microsoft claims Azure Linux runs on over 1 million Azure nodes as of June 2026, making it one of the most deployed Linux distributions in the cloud by sheer instance count.
- The distribution is minimal by design: the base image is under 200 MB and includes only the packages needed for container orchestration, Kubernetes, and cloud-native workloads.
- Azure Linux 4.0 introduces "Azure Policy for Linux" — a new security framework that enforces Microsoft’s compliance baselines directly at the OS level, similar to SELinux but with Azure-native integration.
- The release comes 26 years after Steve Ballmer called Linux a "cancer" in 2000, and 11 years after Satya Nadella declared "Microsoft loves Linux" in 2014.
Breaking It Down
Azure Linux 4.0 is now running on over 1 million Azure nodes — more than the total number of RHEL subscriptions Red Hat sold in all of 2025, according to industry estimates.
That figure is not just a boast; it represents a fundamental shift in the cloud OS market. Azure Linux isn’t a niche experiment — it’s the operating system that powers the Azure Kubernetes Service (AKS), Azure App Service, and Azure Functions backend infrastructure. By controlling the OS layer, Microsoft can optimize for its own hardware (including Azure’s custom ARM-based Cobalt CPUs), reduce patching overhead, and eliminate the licensing fees it previously paid to Red Hat for RHEL images. For customers, this means lower costs: Azure Linux instances are 10-15% cheaper than comparable RHEL-based VMs on Azure because there is no third-party license fee baked in.
The choice of Fedora as the upstream is strategic. Unlike Ubuntu, which uses Debian’s .deb package format and APT package manager, Fedora uses RPM and DNF — the same toolchain as RHEL. This means any software that runs on RHEL (including Oracle Database, SAP HANA, and IBM WebSphere) can be easily repackaged for Azure Linux. It also means Microsoft can pull updates from the Fedora community rapidly, rather than waiting for Canonical’s release cycle. Azure Linux 4.0 ships with kernel 6.12, while Ubuntu 26.04 LTS (released April 2026) still ships with kernel 6.8 — a four-version gap that matters for NVMe storage drivers, GPU acceleration, and confidential computing features.
However, Azure Linux is not a desktop distribution. It lacks a graphical installer (it uses kickstart files), has no desktop environment, and is designed to be managed entirely via cloud-init or Azure Resource Manager templates. This is why comparisons to Ubuntu or Fedora are misleading — Azure Linux is closer to VMware’s Photon OS or Amazon’s Bottlerocket than to a general-purpose Linux. It is a hyper-specialized cloud OS, and Microsoft is betting that the cloud market wants that specificity over generality.
What Comes Next
The release of Azure Linux 4.0 is not the endgame — it’s a foundation for several upcoming moves:
-
Azure Linux 5.0 is expected by Q1 2027 with native support for Azure’s Cobalt 200 ARM chips — Microsoft’s second-generation custom silicon. This will likely include optimizations for confidential computing enclaves and NPU acceleration for AI inference at the kernel level.
-
Microsoft will announce Azure Linux certification for SAP HANA and Oracle Database by October 2026. This is the critical enterprise milestone: without SAP and Oracle certification, Azure Linux cannot replace RHEL in the largest corporate data centers.
-
The Azure Linux team is working on a "Desktop Mode" preview for Azure Virtual Desktop (AVD) sessions, targeting Q2 2027. This would allow Windows shops to run Linux-based virtual desktops with full GPU acceleration for CAD and video editing — a direct shot at Amazon WorkSpaces and Citrix.
-
Expect a lawsuit or regulatory challenge from Red Hat before the end of 2026. Red Hat’s parent company IBM has already filed antitrust complaints against Microsoft in the EU regarding Azure bundling practices. Azure Linux being both free and Fedora-derived could be framed as Microsoft leveraging its cloud monopoly to kill the RHEL ecosystem.
The Bigger Picture
This story sits at the intersection of three major trends: Cloud OS Specialization, Open Source Reversal, and Silicon-Level Optimization.
Cloud OS Specialization is the dominant trend: every major cloud provider now ships its own Linux distro. Amazon has Bottlerocket and Amazon Linux, Google has Container-Optimized OS, and now Microsoft has Azure Linux. These are not general-purpose OSes — they are purpose-built for Kubernetes, serverless, and AI workloads. The era of running standard Ubuntu or RHEL in the cloud is ending; the future is hyper-optimized, provider-specific OS images that trade flexibility for performance and cost.
Open Source Reversal is the second trend. Microsoft’s journey from "Linux is a cancer" to "we ship our own Linux distro" mirrors a broader corporate shift. IBM bought Red Hat for $34 billion and then raised RHEL prices by 40% in 2025. Google open-sourced Kubernetes and now charges for GKE. The line between "open source company" and "cloud platform company" has blurred to the point of irrelevance. Azure Linux is free, but it only runs optimally on Azure — it’s a lock-in vehicle disguised as a community project.
Silicon-Level Optimization ties it all together. Azure Linux 4.0 is already tuned for Intel Xeon 6, AMD EPYC Genoa, and Azure Cobalt ARM. Microsoft’s next move is to bake AI inference accelerators directly into the OS scheduler, so that Azure Linux can automatically route AI workloads to the most power-efficient chip. This is the same playbook Google used with Tensor Processing Units (TPUs) and Linux kernel patches — but Microsoft is doing it at the OS level, not the hardware level. If successful, Azure Linux could become the de facto OS for AI cloud workloads by 2028.
Key Takeaways
- [Historic Reversal]: Microsoft, which once called Linux a "cancer," now ships its own Fedora-derived Linux distro running on over 1 million Azure nodes — a complete corporate about-face.
- [Cloud Cost Play]: Azure Linux 4.0 is free and minimal (under 200 MB), undercutting RHEL and Ubuntu Pro by eliminating third-party licensing fees — expect 10-15% lower VM costs.
- [Fedora, Not Ubuntu]: By basing on Fedora/RPM, Microsoft aligns with RHEL’s ecosystem for enterprise software compatibility (SAP, Oracle) while maintaining rapid kernel updates (kernel 6.12 vs Ubuntu’s 6.8).
- [Lock-In Risk]: Azure Linux is optimized exclusively for Azure hardware (Cobalt ARM, Xeon, EPYC) and integrates directly with Azure Policy — it’s a free OS that makes leaving Azure harder, not easier.



