· 18 wire drops in the last hour
DTWdailytechwire
Tech Intelligence, Wired Daily
Subscribe
Dev

Microsoft Opens Azure Linux 4 for Local Testing as Fedora Dependency Takes Shape

The cloud giant's in-house distribution moves beyond its data centers with ISO downloads, signaling a strategic shift in how hyperscalers manage their Linux supply chains.

DR
Daniel R. Whitfield
Staff Writer · Singapore
Jul 2, 2026
4 min read
Microsoft Opens Azure Linux 4 for Local Testing as Fedora Dependency Takes Shape
Microsoft Opens Azure Linux 4 for Local Testing as Fedora Dependency Takes ShapeCredit: The Register

A Distribution Built for Pipelines, Not Desktops

Microsoft has released downloadable ISO images for Azure Linux 4, marking the first time the company's cloud-focused distribution can run outside its own infrastructure. The move represents less a play for desktop Linux users and more a pragmatic step in testing automation workflows before they hit production cloud environments.

Available through the project's GitHub repository, both x86-64 and Arm64 images now exist for local virtual machine deployments. The distribution remains in preview status, with Microsoft explicitly cautioning against production use. At DailyTechWire, we've tracked how hyperscalers increasingly build their own Linux variants rather than depend on community or vendor distributions, and Azure Linux 4 continues that pattern with a Fedora foundation replacing older VMware Photon OS roots.

The preview weighs in at just 1 GB, installs to 1.1 GB on disk, and consumes 359 MB of RAM. It ships with kernel 6.18 and systemd 258.4. Configuration has migrated from traditional .spec files to TOML format, a shift that reflects Microsoft's effort to modernize its tooling even as it borrows package sources and metadata from Fedora's ecosystem.

What You Get, and What You Don't

Azure Linux 4 is sparse by design. Only two package repositories are configured by default, both hosted on Microsoft's own infrastructure: azurelinux-base and azurelinux-microsoft. Common utilities like less are absent from the base install, and htop isn't available in the repositories. The dnf package manager is present, but the catalog remains thin.

This isn't an oversight. The distribution targets automated provisioning pipelines, not interactive system administration. No desktop environment ships with it, and none is planned. Microsoft already maintains a separate project, Azure Container Linux, for Kubernetes workloads on the Azure Kubernetes Service. Azure Linux 4 occupies a different niche: general-purpose virtual machine workloads that need a minimal, predictable Linux layer without the overhead of a full-featured distribution.

The installation tool is a bare-bones command-line utility. By default, it creates an LVM configuration with memory ballooning enabled, optimizations that make sense for virtualized environments but would be puzzling choices for a desktop or workstation. The ISO exists primarily for testing deployment scripts and validating configurations before they run at scale in Azure data centers.

The Strategic Calculus Behind In-House Linux

Microsoft's move to Fedora as an upstream source removes a dependency on VMware Photon OS, which the company previously relied upon for Azure Linux 3 and its predecessor, CBL-Mariner. That shift arrives as VMware customers more broadly reassess their relationships with Broadcom following its acquisition. Major enterprises, including a multinational supermarket chain and a telecommunications giant, have publicly announced plans to migrate away from VMware infrastructure.

For Microsoft, building and maintaining its own Linux distribution means control over update cadences, security patching, and kernel feature sets. The company has committed to using long-term support kernels and delivering monthly security updates, though published lifecycle documentation does not yet specify a multi-year support window despite some industry speculation around a two-year cycle.

The transition from CBL-Mariner to Azure Linux 3 in 2024, and now to Azure Linux 4 with its Fedora lineage, shows a company willing to iterate its Linux strategy as upstream dependencies evolve. Two years ago, Microsoft migrated LinkedIn's infrastructure to an earlier version of Azure Linux, shedding a reliance on CentOS Linux after that distribution reached end of life. The CentOS project pivoted to CentOS Stream, a rolling-release model that many enterprises found unsuitable for production stability guarantees.

Why Local ISOs Matter for Cloud-First Infrastructure

The availability of downloadable images might seem minor for a distribution designed to run in Azure, but it addresses a real operational need. DevOps teams building infrastructure-as-code pipelines need to validate configurations in local environments before committing them to cloud deployments. Running a Hyper-V or other hypervisor instance locally with the same OS image that will eventually run in Azure reduces the gap between development and production.

It also signals that Microsoft sees value in letting external developers examine and test Azure Linux 4 outside its own ecosystem. While the distribution isn't intended to be compatible with standard Fedora packages, the dnf tooling and Fedora-derived packaging infrastructure make it familiar territory for engineers accustomed to Red Hat-family distributions.

The lifecycle and support model will determine whether Azure Linux 4 gains traction beyond Microsoft's own infrastructure. If the company delivers on consistent security updates and maintains long-term kernel support, it could become a reference point for other organizations considering whether to build or adopt custom Linux distributions for their own cloud environments.

A Narrow Target, a Broader Trend

Azure Linux 4 won't replace Ubuntu on developer laptops or challenge Red Hat Enterprise Linux in the enterprise data center. It doesn't aim to. Its purpose is to give Microsoft fine-grained control over the operating system layer in its cloud, reducing external dependencies and aligning update schedules with Azure's operational cadence.

That narrow focus reflects a broader trend. Hyperscalers from Amazon to Google run custom Linux builds tuned for their infrastructure. Microsoft's willingness to invest in its own distribution, derive it from Fedora, and now release ISO images for local testing suggests the company sees long-term strategic value in owning this layer of its stack.

For developers and infrastructure engineers, the practical takeaway is straightforward: if you're building on Azure and want to test VM configurations locally, you now have the option. Just don't expect a polished desktop experience or a rich package ecosystem. This is Linux built for automation, not for humans.

Read next
Dev

The Hidden Gap Between Backup and Recovery

Marcus Halloran · 5 min
Dev

Raspberry Pi OS Ships Linux 6.18 LTS in a Build That Refuses to Rebrand

Daniel R. Whitfield · 5 min
Dev

Microsoft Brings Native Linux Containers to Windows Without Third-Party Tools

Daniel R. Whitfield · 5 min
Spot something wrong? Email corrections@dailytechwire.com. We log every correction publicly.