1

I have installed Azure VM Agents plugin.

I want to use a customized VM image as source. (VM with Visual studio and some other tools installed).

There is an option in "Image Configuration" to use "Custom Image URI".

How can I prepare a vhd from a well provisioned/Configured VM in Azure to be used as "Custom Image URL" in this case.

2 Answers2

2

How can I prepare a vhd from a well provisioned/Configured VM in Azure to be used as "Custom Image URL" in this case.

Based on my knowledge, you should create a unmanaged disk VM then prepare that VM, then you will find the prepare VHD in your storage account, and you will find the URL for that VHD.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
2

It looks like there is a fix for this in progress and awaiting a pull request.

Update

The fix has been implemented and released in Version 0.7.0, 2018-04-09. (See the Changelog)

There is now an option to select a Custom Managed Image, into which you can put the Resource ID of your custom image.

enter image description here

Captain Whippet
  • 2,143
  • 4
  • 25
  • 34