Microsoft dropped a significant open-source announcement at Open Source Summit North America 2026: Azure Linux 4.0 is entering public preview for Azure virtual machines, and Azure Container Linux is now generally available. This one-two punch reinforces the company’s commitment to providing a hardened, cloud-optimized Linux distribution purpose-built for modern workloads—from traditional VMs to containerized applications and AI inferencing.

Azure Linux 4.0 arrives as the next major iteration of the distribution formerly known as CBL-Mariner. It’s been Microsoft’s internal engine for Azure infrastructure, Xbox, and edge services for years. Now available for customer VMs, this preview marks the first time the 4.0 branch is offered outside Microsoft’s own data centers.

The new release is built on the Linux 6.6 LTS kernel, a strategic jump from the 5.15 LTS kernel used in Azure Linux 3.0. That leap brings native support for the latest generation of AMD EPYC and Intel Xeon processors, including features like Intel TDX and AMD SEV-SNP confidential computing enclaves. For AI and machine learning workloads, the kernel incorporates improved GPU driver frameworks and support for NVIDIA’s open-source kernel modules, making it easier to attach high-performance GPUs to VMs.

Security hardening remains a cornerstone. Azure Linux 4.0 ships with a reduced attack surface by default—no unnecessary packages, a locked-down kernel configuration, and SELinux enabled in enforcing mode. The preview includes signed repositories, immutable root filesystem options, and automated vulnerability scanning integrated with Azure Security Center. Microsoft’s supply chain security practices, including Software Bill of Materials (SBOMs) for every image, are now extended to customer-facing releases.

For container enthusiasts, Azure Container Linux’s general availability is equally momentous. This is a minimal, immutable distribution designed to be the host OS for Azure Kubernetes Service (AKS) nodes and Azure Container Instances. Unlike general-purpose Linux, Azure Container Linux strips away everything except what’s needed to run containers—no package manager, no shell bloat, just a lean runtime environment with integrated kubelet and containerd. The GA release features a 40% smaller disk footprint compared to Ubuntu Server for AKS, with boot times slashed to under 5 seconds on most VM sizes.

Performance benchmarks shared during the keynote showed Azure Container Linux delivering up to 15% better container density per node compared to standard Linux distributions, thanks to kernel tuning for ephemeral workloads and reduced memory allocator overhead. The distribution supports both x86-64 and Arm64 architectures, aligning with Microsoft’s push for Arm-powered Ampere VMs in Azure.

AI workloads get special treatment. Azure Linux 4.0 introduces a predictable low-latency kernel configuration profile—selectable at VM create time—that prioritizes interrupt handling and CPU scheduling for real-time inferencing. Combined with Azure Boost and the newly available NVIDIA H200 GPU options, this configuration can slash inferencing tail latency by up to 30%, according to internal tests. Microsoft is also baking in drivers and userspace tools for the Azure AI Foundry, allowing seamless attachment of VMs to AI model hosting and fine-tuning pipelines.

Developers will appreciate the updated package ecosystem. Azure Linux 4.0 migrates to the dnf package manager with full compatibility for Azure Linux’s own repository structure, while keeping tdnf for scripted environments. The preview includes over 3,000 precompiled, Microsoft-verified packages, ranging from language runtimes (Python 3.12, Node.js 22, .NET 9) to database clients and monitoring agents. A new developer tool, azl-shell, provides a containerized development environment that mirrors the Azure Linux filesystem and kernel interfaces, enabling local testing before deployment.

Observability has been upgraded. Azure Linux 4.0 ships with Azure Monitor Agent pre-installed and supports eBPF-based profiling tools out of the box. The kernel exposes a rich set of tracepoints for deep VM introspection, and integration with Azure Diagnostic Settings allows streaming kernel logs to Log Analytics workspaces without additional configuration. For container nodes, Azure Container Linux emits node-level metrics to Azure Managed Prometheus by default, simplifying cluster monitoring.

Both releases reinforce Microsoft’s “hybrid Linux” strategy. While the company still heavily promotes Windows Server and Windows 11, it acknowledges that 60% of Azure workloads run on Linux. By offering a first-party distribution, Microsoft ensures that those workloads benefit from tight Azure integration, uniform security baselines, and a support model that covers the entire stack—kernel, userspace, and container runtime—under a single support umbrella.

The Azure Linux 4.0 preview is available today in all public Azure regions. Users can select it from the VM creation blade under the “Microsoft Linux” publisher. During preview, it’s free to run (compute charges still apply), and technical support is provided via a dedicated GitHub repository and Azure support channels. General availability of Azure Linux 4.0 is expected in the second half of 2026, coinciding with the next Long-Term Servicing (LTS) release cycle.

Azure Container Linux is GA effective immediately for new AKS clusters and Azure Container Instances. Existing AKS clusters can migrate node pools to Azure Container Linux by updating the node image version; a step-by-step guide has been published on Microsoft Learn. The GA release comes with a 3-year support lifecycle, matching the AKS LTS window.

The community reaction from early adopters on the Windows Forum threads has been a mix of curiosity and cautious optimism. Many note that the tight coupling to Azure services could be a double-edged sword: while it simplifies operations, it may lead to vendor lock-in for container orchestration. Others praise the performance gains but lament the lack of a local development VM image outside Azure, something Microsoft says is being considered for future releases.

Pricing for Azure Container Linux follows the standard Azure VM pricing model, with no additional licensing cost beyond compute and storage. This puts it in direct competition with Amazon Linux 2023 and Google’s Container-Optimized OS, both of which are also free. Microsoft’s differentiator is deep Azure ecosystem integration, especially around AI tooling and confidential computing.

From a sustainability angle, the reduced resource consumption of Azure Container Linux translates to a smaller carbon footprint. Microsoft claims that switching a 100-node AKS cluster to Azure Container Linux reduces energy usage by approximately 8%, aligning with the company’s 2030 carbon-negative pledge. While this figure is based on internal tests, third-party validation is pending.

Looking ahead, Microsoft hinted at plans to expand Azure Linux to on-premises and edge deployments via Azure Arc, enabling a consistent operating environment across hybrid clouds. The Azure Linux 4.0 kernel also lays the groundwork for future confidential GPU capabilities, where entire AI workloads can run inside hardware-protected enclaves.

For Windows enthusiasts watching from the sidelines, this announcement is a reminder that Microsoft’s engineering prowess isn’t limited to Windows. Many of the security and management innovations pioneered in Azure Linux eventually trickle back into Windows—for instance, the immutable OS concepts and servicing stack improvements seen in Windows 11. Adopting Azure Linux for Linux-based workloads doesn’t diminish the Windows value proposition; it simply gives IT teams the right tool for each job.

If you’re running Linux VMs or AKS in Azure, the recommendation is clear: start testing Azure Linux 4.0 preview in non-production environments to validate compatibility with your applications. For new containerized workloads, deploy on GA Azure Container Linux to reap immediate density and boot-time benefits. The era of a first-party Microsoft Linux is no longer a curiosity—it’s a production-grade, supported platform that’s ready for your most demanding cloud-native and AI applications.