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 Services

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 will learn about the various Azure storage services, their features, and their benefits. Azure provides a range of storage solutions to meet the diverse needs of application developers and IT professionals.

Introduction to Azure Storage Services

The Azure Storage platform includes the following data services:

Benefits of Azure Storage

Azure Storage services offer several advantages for application developers and IT professionals:

Azure Blobs

Azure Blob storage is a scalable object storage solution for text and binary data. It supports various use cases such as:

Blobs can be accessed via URLs, REST API, Azure PowerShell, Azure CLI, or client libraries. Azure Blob storage offers multiple access tiers to optimize cost based on data access patterns:

Azure Files

Azure File storage provides fully managed file shares in the cloud, accessible via SMB or NFS protocols. Key benefits include:

Azure Queues

Azure Queue storage is a service for storing large numbers of messages. Each message can be up to 64 KB, and a queue can hold millions of messages. Queues are often used to create a backlog of work to process asynchronously, combining well with Azure Functions to trigger actions based on received messages.

Azure Disks

Azure Disk storage provides block-level storage volumes for Azure VMs, similar to physical disks but virtualized for greater resiliency and availability. Managed disks simplify disk management, with Azure handling the underlying infrastructure.

Azure Tables

Azure Table storage is a NoSQL datastore for storing large amounts of structured data. It supports authenticated calls from inside and outside Azure, making it ideal for hybrid or multi-cloud solutions. Azure tables are perfect for storing structured, non-relational data.

Conclusion

Azure Storage services provide a comprehensive and flexible solution for a variety of storage needs, from object storage and managed file shares to messaging, block-level storage, and NoSQL databases. These services offer durability, security, scalability, and ease of use, making them an excellent choice for application developers and IT professionals.

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