I'm going to plan Azure VM cost and found this link that shows all prices and specs on every VM sizes. https://azure.microsoft.com/en-us/pricing/details/virtual-machines/windows/
This size is what I am looking for.
But after I provisioned vm(with all default option), I can see it has 128GB SSD like this. It's very larger than I expected. here
- What is the relation between 16GB temporary storage and 128GB OS Disk?
I thought 16GB is only possible minimum capacity, and depending on the OS installed on VM, real provisioned capacity is dynamically determined(128GB for Ubuntu I've choosed). - Is 128GB OS Disk pricing included in $60.7360/month? Or should I pay extra cost for that?
For example, if I used 32/128GB, then should I pay extra cost(4.81$) like following? here
Or should I pay 17.92$ no matter how much storage I used? here - Is there any option/setting that I can provision only 16GB storage?
I know 16GB is enough for Ubuntu OS, and I don't need much like 128GB.
Please clarify me.