Notes AZure
Notes AZure
In Azure, a storage account is a service that provides highly available, secure, durable, and scalable
storage for various types of data. It's essentially a container that holds all your Azure Storage data
objects such as blobs, files, queues, tables, and disks. These storage accounts can be used to store
files, documents, images, backups, logs, virtual machine disks, and more.
Azure Storage offers several types of storage accounts to support different scenarios:
1. General-purpose v2: This is the most versatile type of storage account, supporting all
types of Azure Storage services and providing access to the latest features. It's
suitable for most storage scenarios.
2. General-purpose v1: This type of storage account is similar to v2 but with fewer
features and performance enhancements. It's primarily for customers who need
support for legacy applications or APIs.
3. Blob storage: Optimized for storing large amounts of unstructured data, such as text
or binary data. It's ideal for serving documents, images, videos, and other files directly
to browsers.
4. File storage: Offers fully managed file shares in the cloud that can be accessed via
the Server Message Block (SMB) protocol. It's suitable for migrating on-premises file
share applications to the cloud.
5. Blob storage (archive tier): This is a specialized type of blob storage that provides a
low-cost option for storing rarely accessed data with flexible latency requirements.
6. Premium: Designed for high-performance, I/O-sensitive workloads that require low-
latency and consistent performance.
In Azure Storage, replication options and access tiers are essential features that allow you
to customize how your data is stored, accessed, and replicated for redundancy and availability
purposes. Let's delve into each of these:
Replication Options:
Access Tiers:
Adding Metedata