Please enable JavaScript.
Coggle requires JavaScript to display documents.
Storage Accounts - Place where we can store Data (Replication (Locally…
Storage Accounts -
Place where we can store Data
Blob service
Used for storing any type of object.
What is an object here?
Also used to store disk files (vhd)
Three types
Block blob, Page blobs, append blobs
block blob, page blob SAs are premium accounts available in Azure.
Block blobs are used for storing vhds
Features of Storage accounts
Performance Tiers
Standard - Storing blobs, files, tables, Queues and Azure virtual machines disks
Premium - Storing un-managed virtual machine disks only
Type of Storage Accounts
General purpose V1
Blob, File, Queue and Table service
General Purpose V2
Blob, Queue, File and Table services
but this is the latest version
Block blob -
store Blob objects. No Virtual hard disk files.
FileStorage SA -
Used for storage of files.
Access tiers -
Hot
Used for storing objects that can be accessed frequently
Used for storing objects for shorter duration of time.
Accessing costs are lower
Storing costs are higher
Cool
Access costs are higher, since it takes more processing to be able to access the data
Storage is cheaper - No contention on storage
Data can be stored for upto 30 days
Should be used when storing large amounts of data
Archive
Takes several hours to download the data. So, accessing costs are higher
Storage is cheaper-> can store huge amounts of data
Replication
Locally redundant storage
Zone redundant storage
Geo-redundant storage
Read-access geo-redundant Storage
Performance tier
Standard
Premium
4 Service levels. Each service level has access tier and performance tier
Blob Service
All access tiers - hot, cool and archive are available
Table Service
File Service
Queue Service