The use of 'mode:vm' in Sysprep #5179
Unanswered
stefanes
asked this question in
General questions
Replies: 1 comment
-
@stefanes hi! We haven't found any issues using this option. We build images using V4 generation VMs and deploy to V2 generation without any issues. |
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
-
We are currently building VM images based on the templates in this repo and deploying them to VMs of different sizes and CPU configurations (depending on developer needs). With that in mind I would like to understand more about possible implications with this change: #5136
Can we still do that with the images built with
/mode:vm
switch? Can we e.g. still mix and match between number of cores, amount of memory, and/or AMD/Intel CPUs?From the Sysprep documentation:
For the hosted Azure Pipelines and GitHub Actions agents you build these images on
Standard_D8s_v4
VMs but they are deployed toStandard_DS2_v2
VMs.So what does same hardware profile mean exactly in this case? Are you not following the recommended practises from the documentation, or do you have more information why this switch is safe?
Beta Was this translation helpful? Give feedback.
All reactions