Skip to content

Not able to generalize a VM for creating a image out of the VM. #6700

Answered by brwilkinson
Ppkd2021 asked this question in Q&A
Discussion options

You must be logged in to vote

Please consider look into Azure Image Builder for an automated process to build images.

https://docs.microsoft.com/en-us/azure/virtual-machines/image-builder-overview

There are multiple ways to manage this process, including via bicep.

step 1 - create a gallery

        "ImageGalleryInfo": [
          {
            "Name": "01",
            "description": "my image gallery"
          }
        ],
resource g…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by brwilkinson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6619 on April 27, 2022 18:38.