Microsoft Announces Azure Linux 4.0, Its First General-Purpose Server Linux Distribution Microsoft announced Azure Linux 4.0, its first general-purpose server Linux distribution, and Azure Container Linux at Open Source Summit North America 2026 in Minneapolis. The Fedora-based Azure Linux 4.0 is designed for Azure virtual machine workloads, while Azure Container Linux provides an immutable, container-optimized host for security-sensitive environments. The release marks a significant expansion of Microsoft's Linux support beyond container hosting, as more than two-thirds of customer cores in Azure already run Linux. Microsoft recently announced Azure Linux 4.0 https://opensource.microsoft.com/blog/2026/05/18/from-open-source-to-agentic-systems-microsoft-at-open-source-summit-north-america-2026/ and Azure Container Linux at Open Source Summit North America 2026 https://events.linuxfoundation.org/open-source-summit-north-america/ in Minneapolis. Azure Linux 4.0 is a Fedora-based, general-purpose server distribution for Azure virtual machines, marking the first time Microsoft has offered a supported Linux distribution beyond container hosting. Azure Container Linux, built on the acquired Flatcar project https://github.com/flatcar/Flatcar , is an immutable, container-optimized host that is now generally available. Brendan Burns, Kubernetes co-founder and Corporate VP for Azure Cloud Native, writes https://opensource.microsoft.com/blog/2026/05/18/from-open-source-to-agentic-systems-microsoft-at-open-source-summit-north-america-2026/ : Open source is the foundation for AI and, as AI workloads scale, developers need that foundation to be more secure, more predictable, and easier to build apps and agents. Azure Linux 4.0 and Azure Container Linux give developers and organizations a hardened Linux distribution purpose-built for cloud native and AI workloads. The context makes the announcement less surprising than the headlines suggest. More than two-thirds of customer cores in Azure already run Linux. ChatGPT scales across over 10 million compute cores running Linux. Microsoft's previous Azure Linux version 3.0, originally CBL-Mariner was available only through AKS as a container host. The split into two products reflects two distinct workload patterns: Azure Linux 4.0 for general-purpose VM workloads where teams need a familiar RPM-based package ecosystem, and Azure Container Linux for immutable, minimal container hosts in regulated and security-sensitive environments. Lachlan Everson, Microsoft's Principal Program Manager on Azure's open-source team, explained the immutable model at the summit: everything is baked in with no package manager, and all customer workloads run in containers on top of the immutable base. If teams need to change system packages, they're on the wrong product. Azure Linux 4.0 is built on Fedora as its upstream base. The GitHub repository https://github.com/microsoft/azurelinux describes it as a set of TOML configuration files and targeted overlays applied on top of Fedora, with packages coming from Fedora's upstream repositories and deviations kept minimal and documented. It's FOSS reported https://itsfoss.com/news/azure-linux-4/ that Microsoft engineers had initially considered forking Fedora entirely, but were guided toward working within the Fedora ecosystem instead. Microsoft is actively contributing back, with Kyle Gospodnetich, a Linux engineer at Microsoft, co-authoring a proposal to build x86-64-v3 packages for Fedora 45, motivated directly by Azure Linux's performance needs. Gerard Braad, a principal software engineer who examined the distribution https://www.linkedin.com/posts/harishpillay foss-share-7462889480425734145-uIU9/ , cautioned that " Fedora-based " should not be read as " Fedora-compatible ." The minimal package footprint means dependency assumptions that hold on Fedora or Ubuntu may not apply, and binaries are not yet available despite the sources being public. Teams evaluating Azure Linux 4.0 should test their specific dependency chains rather than assuming portability from existing Fedora workflows. The distribution ships with a two-year support lifecycle that encourages regular image refreshes rather than long-term static deployments. In addition, WSL support is planned, which would let Windows developers run the same OS locally that their workloads run on in Azure, closing a dev/prod parity gap. Jim Zemlin, CEO of the Linux Foundation, captured the historical irony during the summit. In response to Burns' announcement, Zemlin noted: When Microsoft joined the Linux Foundation, there was this big conspiracy theory that somehow the Linux Foundation was undermining open source in partnership with Microsoft, and now you announce that you're shipping a Linux distribution. That's amazing. The strategic move mirrors what AWS and Google have done for years. Amazon Linux https://aws.amazon.com/linux/ now on version 2023 is the default and recommended OS for EC2 instances and ECS container hosts. Google's Container-Optimized OS runs on GKE https://cloud.google.com/kubernetes-engine nodes. Both companies treat their first-party Linux distributions as a way to control the base layer, optimize for their own hardware and services, and reduce dependency on third-party OS vendors. Microsoft was the last of the three major hyperscalers to ship a general-purpose server distribution, and the Fedora-based approach rather than building from scratch, as with Amazon Linux is a deliberate bet on upstream collaboration over proprietary control. On Hacker News https://news.ycombinator.com/item?id=48187736 , practitioners flagged a gap between the announcement and the current reality. One commenter noted: Despite being named here as "Azure Linux" and being described as a "General purpose Linux OS for Azure", once you go to the product documentation it's referred to as "Microsoft Azure Linux Container Host for AKS", and the Quickstart guide is about how to deploy a Kubernetes cluster. It doesn't seem very capable of general use. Sean McKenna, who identified himself as leading the AKS and Azure Linux PM teams at Microsoft, responded directly: To date, its only external exposure was as a container host for AKS. This announcement is about also offering it as a general-purpose OS for VMs in Azure. The public preview will come in a few weeks, at which point you'll see documentation showing how to use it in that capacity. Azure Linux 4.0 is available in public preview with a sign-up form https://forms.cloud.microsoft/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR4tGI-RsmUBFl6S5RxP0DBtUNUZOUzlGNlZKQlZRUTA1SDVKNktOSjNWSS4u&route=shorturl for early access. Azure Container Linux is generally available now, with full rollout planned during Microsoft Build on June 2.