Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 2019 Image creation can't be completed #11362

Open
1 of 16 tasks
dtabolich opened this issue Jan 13, 2025 · 1 comment
Open
1 of 16 tasks

Windows 2019 Image creation can't be completed #11362

dtabolich opened this issue Jan 13, 2025 · 1 comment

Comments

@dtabolich
Copy link

dtabolich commented Jan 13, 2025

Description

Hi,
I'm trying to build an image for windows-2019 based VM, so I can use it as my own agent in Azure DevOps pipelines.
I've tried few times (~3.5 hr each run) in various Azure regions, but same issue appears.
I'd appreciate if you could suggest some fix/workaround how to bypass it.

Platforms affected

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

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

Image version and build link

windows-2019

Is it regression?

No

Expected behavior

Using GenerateResourcesAndImage I'd expect I can create a VM image, so I can use it to provision build agent for Azure Pipelines.

Actual behavior

Scripts gets failed due to the 'ResourceExists' issue as shown below:

image

Retry doesn't help.

Repro steps

Run the GenerateResourcesAndImage function with the following params:

SubscriptionId - {my subscription};
ResourceGroupName - {my rg};
AzureLocation - I've tried "East US" and "North Europe";
ImageType - "Windows2019"

I execute provisioning from another VM (Linux (ubuntu 24.04)), hosted within the same Subscription where I try to create an image.

In addition, I do have 'Application Developer' role 'Subscription Owner' privileges.

@Prabhatkumar59
Copy link
Contributor

Hi @dtabolich - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants