Skip to content

Conversation

@mbiver
Copy link
Contributor

@mbiver mbiver commented Nov 4, 2025

The command az sig image-version create uses the --image-version parameter with a managed image’s resource ID, which is incorrect. The --image-version flag is meant for specifying an existing image version (in a gallery) as the source, whereas a managed image source requires the --managed-image parameter.

Also, the az sig image-version create will fail if there is not already an image definition present. You may want to add a step to make sure and create the image definition using az sig image-definition create

The command az sig image-version create uses the --image-version parameter with a managed image’s resource ID, which is incorrect. The --image-version flag is meant for specifying an existing image version (in a gallery) as the source, whereas a managed image source requires the --managed-image parameter. 

Also, the az sig image-version create will fail if there is not already an image definition present.  You may want to add a step to make sure and create the image definition using az sig image-definition create
@prmerger-automator
Copy link
Contributor

@mbiver : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 3612e0f:

✅ Validation status: passed

File Status Preview URL Details
articles/virtual-machines/migration/migration-managed-image-to-compute-gallery.md ✅Succeeded

For more details, please refer to the build report.

@ktoliver
Copy link
Contributor

ktoliver commented Nov 5, 2025

@AjKundnani

Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged C+L Pull Request Review Team label label Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants