As usual, I'm just blind. I see it right there at the end. I had verbose logging on and was looking for green colored text and didn't see it. Even though I've seen this output 300 times.
Carry on. On Wed, Jan 10, 2018 at 1:02 PM, Alvaro Miranda Aguilera <[email protected]> wrote: > Hello > > Can you share a gist of the log? it should display the image few lines > above of the one being deleted. > > https://github.com/hashicorp/packer/blob/c07eabe4c01dbc44c5ccd17c693362 > ba4ce139a0/builder/azure/arm/step_capture_image.go#L98-L106 > > > Whats your host OS? for linux and windows does this: > > NewStepCaptureImage(azureClient, ui), > NewStepDeleteResourceGroup(azureClient, ui), > NewStepDeleteOSDisk(azureClient, ui), > > as can be seen here: > https://github.com/hashicorp/packer/blob/c07eabe4c01dbc44c5ccd17c693362 > ba4ce139a0/builder/azure/arm/builder.go > > Thanks > Alvaro. > > On Wed, Jan 10, 2018 at 9:47 PM, 'Nicholas Bayle' via Packer < > [email protected]> wrote: > >> When completing an Azure build with packer, it displays the temp vhd it's >> going to delete: >> >> azure-arm: -> OS Disk : 'https://blahblah.blob.core.wi >> ndows.net/images/pkros07vy57rjy5.vhd' >> >> What would be handy is displaying the final artifact vhd you have to use: >> >> https://blahblah.blob.core.windows.net/system/Microsoft.Comp >> ute/Images/vhds/packer-osDisk.94f5f5c3-3deb-4cd9-a1ab-661419c2973a.vhd >> >> As it stands, it seems like I have to dig through the Azure portal and >> sort blobs by date to find the artifact. >> >> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/packer/issues >> IRC: #packer-tool on Freenode >> --- >> You received this message because you are subscribed to the Google Groups >> "Packer" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/packer-tool/CAGzi4%3D5ovR1D7XqEXMDxRNkMJVZUJZQnKsmkx5wf5 >> 1TCfouq-g%40mail.gmail.com >> <https://groups.google.com/d/msgid/packer-tool/CAGzi4%3D5ovR1D7XqEXMDxRNkMJVZUJZQnKsmkx5wf51TCfouq-g%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Alvaro > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/CAHqq0eyLQAN7gXxrJ3kLb24W71Ez_H7SCjKnNCYZg-1doj%3DtfA% > 40mail.gmail.com > <https://groups.google.com/d/msgid/packer-tool/CAHqq0eyLQAN7gXxrJ3kLb24W71Ez_H7SCjKnNCYZg-1doj%3DtfA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CAGzi4%3D68hG6Zpkf5A1znLGms%2Bud%3Dt48d68uuchQDhS2PwuUKBg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
