Core Services: Storage Flashcards
Blob Storage
Store unstructured data (videos, bmps)
Pay for what you store
Known as serverless storage -> will scale - dont need to worry about running out of space
Azure disc storage
Think of as hard drive in the cloud
Encryption by default
Can configure SSD or HDD
Attached to VM’s
Azure file storage
Files shares in cloud (onedrive?)
Shared volume that you can access like a file server
Useful when you have several VMs which would share same harddrive
Azure Queue storage
Data store for queuing and delivering messages between apps
Azure table storage
NoSQL hosts unstructured data
Azure archive storage
Long term cold storage. Cheap storage for rarely accessed files (>180 days)
Data lake storage
Central repository for structured/unstructured data in one place.
Storage tiers
Storage depending on how often you need to access aka storage tiers.
- Hot storage (accessed frequently)
- Cool storage (infrequently access and stored for at least 30 days)
- Archive storage (rarely accessed and stored for at least 180 days)
Structured data
Tables with schema, all data has same field properties. Relies on keys. Relational data)
Semi structured data
Doesn’t fit into tables, but uses tags to organize and provide hierarchy. Aka non relational / NoSQL
Unstructured data
No structure, therefore can hold all types eg. Blob can hold PDF, JPG, Json, video content