0
0
Azurecloud~5 mins

Storage account creation in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an Azure Storage Account?
An Azure Storage Account is a secure place in the cloud where you can store data like files, blobs, queues, and tables. It acts like a container for your data and provides access through the internet.
Click to reveal answer
beginner
Name the four types of storage services provided by an Azure Storage Account.
The four types are Blob storage (for files and images), File storage (shared file system), Queue storage (message storage), and Table storage (NoSQL key-value store).
Click to reveal answer
intermediate
What is the purpose of the 'Replication' setting when creating a storage account?
Replication copies your data to multiple places to keep it safe if something goes wrong. It helps protect your data from hardware failures or disasters.
Click to reveal answer
intermediate
Explain the difference between Standard and Premium performance tiers in Azure Storage Accounts.
Standard tier uses hard drives and is good for general use with lower cost. Premium tier uses solid-state drives (SSD) and is faster, suitable for high-performance needs.
Click to reveal answer
intermediate
Why is it important to choose the right 'Access Tier' during storage account creation?
Access Tier (Hot, Cool, Archive) controls how often you access your data and the cost. Hot is for frequent access, Cool for infrequent, and Archive for rarely accessed data, helping save money.
Click to reveal answer
Which Azure Storage service is best for storing large files like videos or images?
AQueue storage
BBlob storage
CTable storage
DFile storage
What does 'Geo-Redundant Storage (GRS)' do?
AStores data in one location only
BEncrypts data automatically
CCopies data to a secondary region far away
DLimits access to data
Which performance tier uses SSDs for faster access?
APremium
BStandard
CCool
DArchive
If you rarely access your data but want to keep it for a long time, which Access Tier should you choose?
AArchive
BCool
CHot
DStandard
Which of these is NOT a type of Azure Storage service?
ABlob storage
BQueue storage
CTable storage
DDatabase storage
Describe the key steps and choices when creating an Azure Storage Account.
Think about what options affect cost, speed, and data safety.
You got /5 concepts.
    Explain why replication is important in Azure Storage Accounts and name two replication options.
    Consider how data stays safe if something breaks.
    You got /3 concepts.