Azure Storage Accounts Flashcards
What is an Azure Storage Account?
A storage entity in Azure that holds and manages all your Azure data objects like blobs, files, and disks.
What are the different types are Storage Accounts?
General-Purpose v1 (Legacy, use GPv2 instead)
General-Purpose v2
BlockBlobStorage
FileStorage
BlobStorage (Legacy, use GPv2 instead)
What Storage Account can be used for all types of Azure storage data objects and generally used in most scenarios?
General-Purpose v2
Which Storage Account is the only types that supports Data Lake Gen2 data?
General-Purpose v2
What are BlockBlobStorage Accounts?
Premium performance accounts designed for block blobs and append blobs.
What Storage Account is recommended for scenarios requiring low storage latency, higher transaction rates, or where data objects are smaller?
BlockBlobStorage Accounts
What are FileStorage Accounts?
Provides premium tier performance for files (only stores files).
What Storage Account is recommended for enterprise applications or high-performance scale applications?
FileStorage Accounts
What are Storage Account Endpoints?
Publicly accessible unique namespaces in Azure for your data.
Identify the container name, object name, storage account name and storage Service Endpoint in the following Storage Endpoint URL:
Fill in the Blanks: