How can I create a VM Generation V2 image? #11152
Unanswered
devlife
asked this question in
General questions
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the following but it seems to always create an image that is VM Generation
1
. However, the VM Scale Set that I'll be using will be using V2 VMs. How can I create aV2
image?GenerateResourcesAndImage -SubscriptionId XXXX -ResourceGroupName YYYYY -ImageGenerationRepositoryRoot "$pwd" -ImageType Ubuntu2204 -AzureLocation "East US"
Beta Was this translation helpful? Give feedback.
All reactions