Share via

Virtual Machine Expenses

Chrisansen Wanadi 21 Reputation points
2022-09-23T17:08:12.467+00:00

This is my first time making Azure Virtual Machine, so I'd like to ask a few things about it.
Say in 1 subscription I made 3 Virtual Machines, which run on Windows Server 2012 R2 Datacenter.
I made it with Azure spot discount, which charges me hourly.
Yet, the first day passed and I saw there were extra expenses from "Storage".

Now the question is, is it possible to, say, use 1 "Storage" for those 3 Virtual Machines for example?
Or is there any way to reduce my bills from this so-called storage?

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author

KurtBMayer 841 Reputation points
2022-09-23T17:40:51.507+00:00

All VMs will incur storage costs regardless of whether or not the VM is on. The main things to minimize storage costs revolve around keeping the VM disk as small as possible, and to use Locally Redundant Storage (LRS) instead of GRS, and HDD vs SSD. Obviously, there's tradeoffs in performance and redundancy using those SKUs.

Please upvote or accept this thread as answered if it's helpful, thanks!

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.