Forum Discussion
Roel Schellens
Microsoft
Jul 03, 2020Building a Windows 10 Enterprise Multi Session Master Image with the Azure Image Builder DevOps Task
G'day WVD Community,
Organization are evaluating how to build Master Images for WVD. One of the options available is through the AIB DevOps Task which provides a high level of automation, repea...
menschab
Oct 15, 2020Copper Contributor
Cool stuff Roel!
Not sure if this is me, but my release pipeline never seems to finish (using own agents).
The RG is left with the temp storage account and the intermediate image remaining.
Last line of the log file:
[687ab117-35ce-4ddd-8a17-f76d0b8f2157] PACKER OUT Done exporting Packer logs to Azure Storage.
I can see and use the new image version in the shared image gallery.
The agent insists the process is still running:
created archive C:\azp\agent\_work\_temp\temp_web_package_21922271974179175.zip
Source for image: { type: 'PlatformImage',
publisher: 'MicrosoftWindowsDesktop',
offer: 'office-365',
sku: '20h1-evd-o365pp',
version: '19041.508.2009070256' }
template name: t_51_1602768302997
starting put template...
put template: Succeeded
starting run template...
It's been like this for over an hour now. Is it waiting for something? Should I be more patient?
Can I check anywhere else for logging or status?
Cheers
Arjan
- Arjan MenschOct 15, 2020Copper Contributor
Lol, never mind.
Of course, as soon as I posted this comment the pipeline gracefully finishes, everything cleaned up as promised.
Thanks again!