Login
Remember
Register
Ask a Question
What are the different types of storage in Azure?
+1
vote
asked
Mar 13, 2023
in
Azure
by
SakshiSharma
What are the different types of storage in Azure?
storage
azure
azurre-storage
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 13, 2023
by
SakshiSharma
There are five types of storage in Azure:
Azure Blobs: Blob stands for a large binary object. It can support all kinds of files including, text files, videos, images, documents, binary data etc.
Azure Queues: Azure Queues is a cloud-based messaging store for establishing and brokering communication between various applications and components.
Azure Files: It is an organised way of storing data in the cloud. Azure Files has one main advantage over Azure Blobs, it allows organising the data in a folder structure, and it is SMB compliant, i.e. it can be used as a file share.
Azure Disks: It is used as a storage solution for Azure VMs (Virtual Machines).
Azure Tables: A NoSQL storage solution for storing structured data which does not meet the standard relational database schema.
...