Edit

Share via


Managed DevOps Pools features timeline and roadmap

Roadmap

The following section describes new features in development for Managed DevOps Pools.

  • Log analytics: Managed DevOps Pools is adding support so you can configure your pools to emit logs into Log analytics. The Log Analytics tool in the Azure portal lets you run and edit log queries against data in the Azure Monitor Logs store. Use Log Analytics to analyze and visualize log data using Kusto Query Language (KQL) or the point-and-click experience provided in Log Analytics simple mode. Planned for June 2025.

  • Ubuntu 20.04 LTS Standard Support is coming to an end May 31, 2025, and Managed DevOps Pools is removing the Ubuntu 20.04 images from Selected marketplace images and Azure Pipelines images. For more information, see Managed DevOps Pools image lifecycle. Planned for June 2025.

  • Windows 2025 Azure Pipelines Image: We're adding the Windows Server 2025 image to Azure Pipelines images. Planned for June 2025.

  • Public Static IP: We're adding support for public static IP addresses in Managed DevOps Pool to more easily enable access to external resources once Default outbound access for VMs in Azure is retired. Planned for July 2025.

  • Pool creation at the Azure DevOps project level using project level permissions: To create a Managed DevOps Pool, you must currently be an Organization-level Agent pools administrator or a Project Collection Administrator in Azure DevOps. We're enabling a new mode of Managed DevOps Pools creation, requiring only Project-level Agent pools administrator. Managed DevOps Pools created using Project-level Agent pools administrator will be created and enabled only for use in the designated Azure DevOps project. Planned for August 2025.

  • Spot Virtual Machines instances: Reduce your Azure cost by up to 90% by switching your non-time-critical pipelines to Spot Virtual Machines. CI/CD workloads make ideal candidates to use Spot Virtual Machines due to the ephemeral nature of CI/CD agents. For more information on Spot Virtual Machines, see Spot Virtual Machines overview. Planned for end of 2025.

  • Container agents: We're adding support for provisioning a container and starting the agent inside the container. Planned for end 2025.

  • Purge agents: We're adding the ability for you to manually recycle your agents if desired. Planned for end of 2025.

May 2025

April 2025

  • Open access for all pipelines to use a Managed DevOps Pool: By default, each pipeline must be explicitly authorized to use a newly created Managed DevOps Pool. We're adding an option to enable Open access for all pipelines so that administrators don't need to explicitly authorize each pipeline. For more information, see Configure open access for pipelines to your pool.

  • Trusted root certificates: Managed DevOps Pools added support so you can configure your pool to add certificates from your Key Vault as a trusted root certificate to your agents, so you don’t have to add a task for it to all the pipelines that use the pool. For more information, see Key Vault configuration.

March 2025

The following features were released in Managed DevOps Pools in March 2025.

November 2024

The following features were released in Managed DevOps Pools in November 2024.

  • Managed DevOps Pools supported in more Azure regions: Managed DevOps Pools is now available in Sweden Central, Brazil South, Japan East, UAE North, Korea Central, and Norway East, allowing you to leverage regional resources for optimized performance and compliance. To see the Azure regions that support Managed DevOps Pools in your subscription, register the Microsoft.DevOpsInfrastructure provider in your subscription and view the supported locations.

  • Integrate with Azure Key Vault: Managed DevOps Pools offers the ability to fetch certificates from an Azure Key Vault during provisioning, which means the certificates will already exist on the machine by the time it runs your Azure Pipelines. To use this feature, configure a managed identity on your pool, and grant it permissions to access secrets from your Key Vault. For more information, see Integrate with Azure Key Vault.

  • Proxy support: You can set up your Managed DevOps Pools to direct network traffic through a proxy. By using an image with a preinstalled proxy, you can run your Azure Pipelines on Managed DevOps Pools behind a proxy, like the current Azure Virtual Machine Scale Set agents offering. This setup enables the agent to retrieve sources and download artifacts, passing the proxy details to tasks that also require proxy settings to access the web. For more information, see Proxy support.

  • View agent IP address: You can now view the IP address of the agent in the Initialize job step of your pipeline log, useful for scenarios such as investigating failing pipelines due to proxies or firewall rules.

  • Move to another resource group or subscription: You now have the option to move your Managed DevOps Pools to another Azure resource group or to another subscription. For more information, see Move Azure resources to a new resource group or subscription.

  • Ubuntu 24.04 support: We've added support for Ubuntu 24.04 by adding three images to Selected marketplace images and enabling bring-your-own Ubuntu 24.04 images using Azure Compute Gallery images.