Azure Marketplace Image vs Custom Image within Azure Dev Testlabs

bharathn-msft 5,086 Reputation points Microsoft Employee
2019-10-29T21:34:23.713+00:00

I am trying to create VM’s in Azure Dev Test Labs and in which scenarios we should use an Azure Marketplace image versus my own custom organizational image?

Sourced from FAQ

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
254 questions
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 23,181 Reputation points Microsoft Employee
    2019-10-30T00:30:25.567+00:00

    Azure Marketplace should be used by default unless you have specific concerns or organizational requirements. Some common examples include:

    • Complex software setup that requires an application to be included as part of the base image.
      • Installation and setup of an application could take many hours, which aren't an efficient use of compute time to be added on an Azure Marketplace image.
      • Developers and testers require access to a virtual machine quickly and want to minimize the setup time of a new virtual machine.
      • Compliance or regulatory conditions (for example, security policies) that must be in place for all machines.
      • Using custom images shouldn't be considered lightly. They introduce extra complexity, as you now must manage VHD files for those underlying base images. You also need to routinely patch those base images with software updates. These updates include new operating system (OS) updates, and any updates or configuration changes needed for the software package itself.

    Sourced from FAQ

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful