Azure Storage Types Flashcards
1
Q
What are the five Azure data storage types?
A
Blob
File
Queue
Table
Disk
2
Q
What is Azure Blob Storage?
A
Unstructured data like videos and images.
Used for applications needing to access data anywhere.
3
Q
What is Azure File Storage?
A
Provides cloud based file access for clients and applications using Server Message Block (SMB) protocol.
4
Q
What is Azure Queues?
A
Provides asynchronous message queuing between application components deployed in Azure.
5
Q
What is Azure Tables?
A
Provides cloud storage for structured NoSQL data for applications that need a key attribute store without a schema.
6
Q
What is Azure Disk Storage?
A
Virtualized disks used by your virtual machines in Azure.