Add `--os-disk-size-gb` in `az vmss create`
See original GitHub issueIs your feature request related to a problem? Please describe.
Please add --os-disk-size-gb
in az vmss create
Example: azure-rest-api-specs\specification\compute\resource-manager\Microsoft.Compute\stable\2019-07-01\examples\CreateAScaleSetWithEmptyDataDisksOnEachVm.json
Describe the solution you’d like
Describe alternatives you’ve considered
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
az vmss | Microsoft Learn
Manage groupings of virtual machines in an Azure Virtual Machine Scale Set (VMSS). In this article. Commands; az vmss create; az vmss deallocate;...
Read more >azure-cli 2.25.0 - PyPI
Add –vm-set-type to az aks create command, which allows to specify vm types of an AKS Cluster (vmas or vmss). ARM. az group...
Read more >Check for Zone-Redundant Virtual Machine Scale Sets
As virtual machine instances are created within the scale set, ... az vmss list --subscription abcdabcd-1234-abcd-1234-abcdabcdabcd --output table --query ...
Read more >How to specify Azure Linux OS Disk Type with Azure CLI ...
az vm create -g charlesTestVM -n myVM1 --size Standard_B1s --image UbuntuLTS --storage-sku Standard_LRS --os-disk-size-gb 63.
Read more >Add Parallel Build Power to your Azure Pipelines with Virtual ...
If you know your way around Azure, the az cli and all of that good DevOps stuff, ... A VMSS uses a VM...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just posted it because it took me a very long time to figure out how to do it. And yes command works 😄
Thank you for sharing. You can also try
az vmss update --set property=value
.