Azure Disk storage gives you the durability, availability, and security you need for your virtual machines whether you need the highest availability for mission-critical workloads, or cost-effective options for test scenarios.
Azure Disk storage gives you the durability, availability, and security you need for your virtual machines whether you need the highest availability for mission-critical workloads, or cost-effective options for test scenarios.
Customer Reviews
Muhammad Fahad B.
Advanced user of Azure Disk StorageStarting with the standard offering, it's great for caching least accessed data. I usually ccache all software builds on extra standard HDDs. They're remarkably cheap per disk access and letting Azure manage it reduces the cost for on-premises deployment and management. The SSDs though are the real deal. Fast software development leaves plenty of time to focus on what matters the most (bugs bashing, improving and implementing features, etc).
They're costly. If you can squeeze out the resources for SSD, it is awesome. Otherwise you're pretty much stuck with their standard offering. Trust me, the lower tier is only good for storage, that's it. Also, you're pretty much limited with the size selection. HDDs allow variable disk size. I guess having variable size for higher tiers will make it more cost effective and ensuring only the amount required is allocated and deployed.
We mostly automate software builds on our virtual machines powered by the Azure managed disk storage. Our code is stored on SSDs while any local caching is performed on the standard tier. I know this causes a little bottleneck but most software changes (such as releases) usually require a complete clean build.