Azure / azvmimagebuilder

Azure VM Image Builder Samples Repo
MIT License
86 stars 60 forks source link

Feature request for Azure VM Image Builder DevOps Task #22

Open gntpet opened 2 years ago

gntpet commented 2 years ago

Hey Guys,

Could you please extend "VM Image Builder DevOps Task" by adding os-disk-size size parameter?

Best Regards, Gintuatas

kof-f commented 2 years ago

Thank you for the feedback!

jfheins commented 1 year ago

I also just encountered this need and it seems the workaround is cumbersome. Use case: We build an agent image with the image builder task and then use that in a VMSS (with Ephemeral OS disk and no data disk) as our Devops Agents.

When we build our stuff, we create docker images, some of which are several GiB. We do not want to deprovision the agents immediately (=> the docker layer cache should cache stuff between builds) and one agent can easily run a dozen pipelines over 2h. A 30 GiB OS disk is too small for this. We are running them on Standard_D4ads_v5 so 150 GiB would be available. I would love to have the option to exentd the OS disk to x GiB.