0%

0/1 Lessons

Course Introduction

• 12min

0 / 1 lessons complete

Introduction to Cloud Computing

• 1hr 10min

0 / 6 lessons complete

The Benefits of using Cloud Services

• 44min

0 / 6 lessons complete

Azure Cloud Service Types

• 38min

0 / 5 lessons complete

Core architectural components of Azure

• 2hr 20min

0 / 8 lessons complete

Compute and Networking Services

• 3hr 14min

0 / 13 lessons complete

Azure Storage Services

• 1hr 48min

0 / 8 lessons complete

Azure Identity, Access and Security

• 1hr 54min

0 / 10 lessons complete

Azure Cost Management

• 1hr 30min

0 / 7 lessons complete

Azure Features and Tools for Governance and Compliance

• 1hr 17min

0 / 7 lessons complete

Features and Tools for Managing and Deploying Azure Resources

• 54min

0 / 5 lessons complete

Monitoring Tools in Azure

• 24min

0 / 5 lessons complete

AZ-900 Practice Exams

• 55min

0 / 2 lessons complete

Course Conclusion

• 5min

0 / 1 lessons complete

Azure Storage Accounts

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

In this lesson, you'll learn about Azure Storage Accounts and the diverse services they provide. Azure Storage is a fundamental component of Microsoft's cloud platform, offering solutions for modern data storage needs. We will explore the different Azure storage services, storage tiers, redundancy options, and best practices for creating and managing storage accounts.

Understanding Azure Storage Services

Azure Storage is a versatile cloud storage solution that supports various modern data storage scenarios. The core storage services include:

Core Storage Services

Azure Blob Storage

Azure Blob Storage is ideal for storing large amounts of unstructured data such as text or binary data. It is perfect for:

Azure File Storage

Azure File Storage provides fully managed file shares in the cloud, accessible via industry-standard network protocols. Connecting to Azure file shares is similar to accessing local network shares.

Azure Disk Storage

Azure Disk Storage provides disks for virtual machines and applications, making them function similarly to on-premises disks. Azure offers both solid-state drives (SSDs) for high-performance workloads and conventional hard disk drives (HDDs) for less critical business scenarios.

Azure Table Storage

Azure Table Storage is a NoSQL data store designed for large-scale datasets using key-value pairs. It is suitable for storing petabytes of semi-structured data cost-effectively.

Azure Queue Storage

Azure Queue Storage enables asynchronous message queuing, facilitating communication between application components across cloud, desktop, on-premises, and mobile environments.

Azure Storage Tiers

Azure offers three storage tiers to optimize costs based on data access frequency:

Azure Storage Accounts

A storage account in Azure provides a unique namespace for your storage data, accessible globally over HTTP or HTTPS. Key features include security, high availability, durability, and scalability.

Selecting a Storage Account Type

When creating a storage account, selecting the appropriate type is crucial as it determines the available storage services and redundancy options. Here are the main types of storage accounts and their supported services and redundancy options:

TypeSupported ServicesRedundancy OptionsUsage
Standard general-purpose v2Blob Storage, Queue Storage, Table Storage, Azure FilesLRS, GRS, RA-GRS, ZRS, GZRS, RA-GZRSRecommended for most scenarios using Azure Storage. Supports network file system (NFS) in Azure Files.
Premium block blobsBlob Storage (including Data Lake Storage)LRS, ZRSFor high transaction rates or small objects requiring low storage latency.
Premium file sharesAzure FilesLRS, ZRSFor enterprise or high-performance scale applications. Supports both SMB and NFS file shares.
Premium page blobsPage blobs onlyLRSFor page blobs only.

Storage Account Endpoints

Each Azure Storage Account has a unique namespace formed by the combination of the account name and the Azure Storage service endpoint. The account name must be unique within Azure and can only contain numbers and lowercase letters, with a length between 3 and 24 characters.

Endpoint Formats

Storage ServiceEndpoint Format
Blob Storagehttps://<storage-account-name>.blob.core.windows.net
Data Lake Storage Gen2https://<storage-account-name>.dfs.core.windows.net
Azure Fileshttps://<storage-account-name>.file.core.windows.net
Queue Storagehttps://<storage-account-name>.queue.core.windows.net
Table Storagehttps://<storage-account-name>.table.core.windows.net

This lesson provides a thorough understanding of Azure storage accounts, their types, and the various services they support. It covers the essential aspects needed to manage your storage needs effectively in the Azure cloud environment.

Server Academy Members Only

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
0 Comments
Inline Feedbacks
View all comments