|
1 | 1 | --- |
2 | 2 | title: Configure images |
3 | 3 | description: Learn how to configure agent images for Managed DevOps Pools. |
4 | | -ms.date: 06/05/2025 |
| 4 | +ms.date: 06/09/2025 |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | # Configure Managed DevOps Pools images |
8 | 8 |
|
9 | 9 | Managed DevOps Pools provides you with several options for virtual machine images for running pipelines in your pool. You can create your pool using selected Azure Marketplace VM images, use your own custom Azure Compute Gallery images, or use the same images as Azure Pipelines Microsoft-hosted agents. |
10 | 10 |
|
11 | | -Managed DevOps Pools can be configured with a single image or multiple images. When your pool has multiple images, your pipelines should specify the image they want to run on using [aliases](#use-multiple-images-per-pool-with-aliases). |
12 | | - |
13 | 11 | > [!IMPORTANT] |
14 | 12 | > [!INCLUDE [image-deprecation](./includes/image-deprecation.md)] |
15 | 13 |
|
| 14 | +Managed DevOps Pools can be configured with a single image or multiple images. When your pool has multiple images, your pipelines should specify the image they want to run on using [aliases](#use-multiple-images-per-pool-with-aliases). |
| 15 | + |
16 | 16 | ## Choose your pool's image |
17 | 17 |
|
18 | 18 | #### [Azure portal](#tab/azure-portal/) |
@@ -276,9 +276,6 @@ To specify selected marketplace image, provide the resource ID of the image usin |
276 | 276 |
|
277 | 277 | * * * |
278 | 278 |
|
279 | | -> [!IMPORTANT] |
280 | | -> [!INCLUDE [image-deprecation](./includes/image-deprecation.md)] |
281 | | -
|
282 | 279 | ## Azure Compute Gallery images |
283 | 280 |
|
284 | 281 | Choose **Azure Compute Gallery images** to specify an image from any Azure Compute Galleries that are available in your subscriptions. [Generalized](/azure/virtual-machines/generalize) images with the following operating systems are supported. |
@@ -456,7 +453,7 @@ Managed DevOps Pools agent images are retired when the image's operating system |
456 | 453 |
|
457 | 454 | Managed DevOps Pools is removing the **Azure Pipelines – Windows Server 2019** image. |
458 | 455 |
|
459 | | -* Creation of new pools using **Azure Pipelines – Windows Server 2019** will be disabled starting July 2025, but existing pools on these images will continue to run until August 30, 2025. |
| 456 | +* Creation of new pools using **Azure Pipelines – Windows Server 2019** will be disabled starting July 1, 2025, but existing pools on these images will continue to run until August 30, 2025. |
460 | 457 | * On September 1, 2025, use of **Azure Pipelines – Windows Server 2019** image will be disabled. Agents using this image won't provision and pipelines won't run. |
461 | 458 |
|
462 | 459 | To keep your Managed DevOps Pools that currently use the **Azure Pipelines – Windows Server 2019** image running, update your image to the **Azure Pipelines - Windows Server 2022** image. You can also switch to the Windows 2019 image from [Selected marketplace images](./configure-images.md#selected-marketplace-images) or bring your own [Azure Compute Gallery](./configure-images.md#azure-compute-gallery-images) Windows 2019 image. Note that the Windows 2019 image from [Selected marketplace images](./configure-images.md#selected-marketplace-images) does not have pre-installed software like the **Azure Pipelines – Windows Server 2019** image. |
|
0 commit comments