How can I create a VM Generation V2 image? #11152
Unanswered
devlife
asked this question in
General questions
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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