Queries on managed image

Varma 1,495 Reputation points
2024-02-07T17:29:31.6633333+00:00

You can see below there is image 1.0.1 in the compute gallery , User's image

can we call above 1.0.1 as managed image? if we not can we create managed image from 1.0.1? which should contain all the sofrwares of 1.0.0 and 1.0.1

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
{count} votes

Accepted answer
  1. Jackson Martins 10,606 Reputation points MVP Volunteer Moderator
    2024-02-07T18:11:37.5766667+00:00

    Hi @Varma If you want to create a standalone managed image from version "1.0.1" of an image in the Compute Gallery, you would typically do this by deploying a VM from the gallery image and then capturing that VM as a managed image. This process allows you to preserve the software and configuration from "1.0.1" (and by extension, anything inherited from "1.0.0") in a new managed image. This new managed image can then be used to deploy new VMs, containing all the software and configurations from the "1.0.1" version, and if applicable, And it can be called "1.0.2"

    Reference:

    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/image-builder-gallery-update-image-version

    Get in touch if you need more help with this issue. --please don't forget to "[Accept the answer]" if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.