Windows 2019 Image creation can't be completed #11390
Unanswered
dtabolich
asked this question in
General questions
Replies: 2 comments 1 reply
-
Hi @dtabolich - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. |
Beta Was this translation helpful? Give feedback.
0 replies
-
H @dtabolich - Thank you for sharing your issue. After reviewing, it seems the problem is not related to our images, so we are moving this to Discussions. Could you please modify your script to delete the existing group and recreate it? You can refer to the script below: https://github.com/actions/runner-images/blob/main/helpers/GenerateResourcesAndImage.ps1#L262 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Runner images affected
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:
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.
Beta Was this translation helpful? Give feedback.
All reactions