Module 7 - Configure Blob Storage Flashcards
Implement blob storage
Stores unstructured data in the cloud
Can store any type of text or binary
Also referred to as object storage
Common uses:
Serving images or documents directly to a browser
Storing files for distributed access
Streaming video and audio
Storing data for backup and restore , disaster recovery , archiving
Storing data for analysis by an on premises or azure hosted service
Not optimized for high read/write operations
Create blob containers
All bobs must be in a container
Accounts have unlimited containers
Containers have unlimited blobs
Restrict access using the public access level
Private
blob (anonymous
Container( Anonymous read access for containers and blobs)
Create blob access tiers
Hot tier -
Cool tier -
cold Tier -
Archive
you have to wait for a few hours before the data can be read
Add Blob lifecycle Management rules
Transitioning of blobs to a cooler storage tier to optimize for performance
Delete blobs
Determine blob object replication
Asynchronous to any other regions
Minimize latency for read requests
Increase efficiency for computer workloads
Optimize data distribution
Optimize costs