Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disks: offer Azure Disk size name as alternative to sku and disk_size_gb #7

Open
jkroepke opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jkroepke
Copy link
Member

Azure Portal (and docs) has some standardized disk names like

P4,E4,S4

P stands for Premium SSD
E for Standard SSD
S for HDD

The number feels random. For example P5, P7, P8, P9 does not exists.

P1 has a capacity of 4GB
P2 has a capacity of 8GB
P3 has a capacity of 16GB
P4 has a capacity of 32GB
P6 has a capacity of 64GB
P10 has a capacity of 128GB

S4 has a capacity of 32GB

@cloudeteer cloudeteer deleted a comment Aug 26, 2024
@rswrz rswrz self-assigned this Aug 27, 2024
@rswrz
Copy link
Member

rswrz commented Aug 27, 2024

This feature has also been on my mind for a while, I also have hacks stashed away somewhere. Thanks for the request! I will look into it and implement this feature.

@rswrz rswrz added the enhancement New feature or request label Aug 27, 2024
@rswrz rswrz removed their assignment Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants