Skip to content

Commit dfd8c84

Browse files
authored
Merge pull request #14306 from SahithKesireddy9/patch-5
Update configure-images.md
2 parents f3688f0 + bc174af commit dfd8c84

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/managed-devops-pools/configure-images.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ Each image includes the following installed software.
231231

232232
| Image | Included software |
233233
|-------|-------------------|
234+
| Azure Pipelines - Windows Server 2025 | [Included software](https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md) |
234235
| Azure Pipelines - Windows Server 2022 | [Included software](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md) |
235236
| Azure Pipelines - Windows Server 2019 | [Included software](https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md) |
236237
| Azure Pipelines - Ubuntu 24.04 | [Included software](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md) |
237238
| Azure Pipelines - Ubuntu 22.04 | [Included software](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md) |
238-
| Azure Pipelines - Ubuntu 20.04 | [Included software](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md) |
239239

240240
> [!IMPORTANT]
241241
> [!INCLUDE [image-deprecation](./includes/image-deprecation.md)]
@@ -280,10 +280,9 @@ To specify selected marketplace image, provide the resource ID of the image usin
280280

281281
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.
282282

283-
* Windows Server 2019
284283
* Windows Server 2022
284+
* Windows Server 2025
285285
* Windows 11
286-
* Ubuntu 20.04
287286
* Ubuntu 22.04
288287
* Ubuntu 24.04
289288
* Debian 9
@@ -406,11 +405,11 @@ In addition to any aliases that you configure, Azure Pipelines images have the f
406405

407406
| Azure Pipelines image | Predefined alias |
408407
|-----------------------|------------------|
408+
| Azure Pipelines - Windows Server 2025 | `windows-2025` |
409409
| Azure Pipelines - Windows Server 2022 | `windows-2022` |
410410
| Azure Pipelines - Windows Server 2019 | `windows-2019` |
411411
| Azure Pipelines - Ubuntu 24.04 | `ubuntu-24.04` |
412412
| Azure Pipelines - Ubuntu 22.04 | `ubuntu-22.04` |
413-
| Azure Pipelines - Ubuntu 20.04 | `ubuntu-20.04` |
414413

415414
### Use demands to specify an image
416415

0 commit comments

Comments
 (0)