Skip to content

Azure Managed DevOps Pools - Could not find image version #14447

Description

@jackpercy-acl

Description

We are using Azure Managed DevOps Pools with Ubuntu 24.04 (latest) and Windows 2022 (latest). When running pipelines with these images they fail to request an agent.

On Ubuntu:

##[error]Remote machine provider issue: Failed to request agent. Exception Could not find version 20260111.209.1 of the image [ubuntu-24.04, ubuntu-24.04/latest], Last 3 Available versions : 20260111.209.1, 20260105.202.1, 20251215.174.1

On Windows:

##[error]Remote machine provider issue: Failed to request agent. Exception Could not find version 20260105.167.1 of the image [windows-2022, windows-2022/latest], Last 3 Available versions : 20260105.167.1, 20251216.147.1, 20251207.136.1

Nowhere in a pipelines are we demanding versions, we simply have a Linux pool and a Windows pool, both set to latest in Azure. Running the pipelines give the above errors.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 22.04
  • Ubuntu 22.04 Arm64
  • Ubuntu 24.04
  • Ubuntu 24.04 Arm64
  • Ubuntu 26.04
  • Ubuntu 26.04 Arm64
  • Ubuntu Slim
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • macOS 26
  • macOS 26 Arm64
  • Windows Server 2022
  • Windows Server 2025
  • Windows Server 2025 with Visual Studio 2026
  • Windows Desktop 11
  • Windows Desktop 11 with Visual Studio 2026

Image version and build link

Ubuntu 24.04: 20260111.209.1
Windows Server 2022: 20260105.167.1

Is it regression?

Yes. No changes made our side, pipelines working ~12:00 UTC, not working ~13:00 UTC

Expected behavior

When running a pipeline, jobs should successfully being.

Actual behavior

The pipeline does not even start, errors that the image version is not found, e.g:

##[error]Remote machine provider issue: Failed to request agent. Exception Could not find version 20260105.167.1 of the image [windows-2022, windows-2022/latest], Last 3 Available versions : 20260105.167.1, 20251216.147.1, 20251207.136.1

Repro steps

  1. Have an Azure DevOps Managed Pool
  2. Pool is configured on "latest" version (Windows or Linux only)
  3. Run a DevOps pipeline using this pool
  4. Expect pipeline to start

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions