Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Add disk size flag to Azure driver. #4720

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abrodersen
Copy link

Description

There is currently no way to set the OS disk size of an Azure VM through
the CLI, even though other drivers support this. This commit adds a flag
for setting the disk size. The default value is 30, which matches the
Azure portal default disk size.

Related issue(s)

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "azure-disk-size" git@github.com:abrodersen/machine.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

There is currently no way to set the OS disk size of an Azure VM through
the CLI, even though other drivers support this. This commit adds a flag
for setting the disk size. The default value is 30, which matches the
Azure portal default disk size.

Signed-off-by: Aaron Brodersen <aaron.brodersen@spreetail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants