Azure Blob Storage: Managing Blobs in Azure Storage Accounts

preview_player
Показать описание
#AzureBlobStorage: discover the tools and methods developers can use to manage blobs in Azure Storage Accounts.
#MicrosoftAzure Storage Accounts are cloud-based data storage repositories for a variety of data types, including blobs, queues, tables, and files. Managing the data in these accounts is often the responsibility of the application developer who uses this data.

The contents of this course are:

00:00 Introduction
02:24 Course Introduction
04:06 Creating an Azure Storage Account
07:20 Moving Blobs Between Storage Containers
09:15 Moving Blobs Between Storage Accounts
10:06 Setting and Retrieving Blob Properties and Metadata
15:34 Implementing Blob Leasing
21:47 Implementing Data Archiving and Retention
30:05 Summary

The course begins with a brief review of #AzureStorage Accounts and then drills down into the details of blobs storage services, highlighting the different kinds of blobs.

The course then focuses on moving blobs between storage containers within a storage account and moving blobs between different storage accounts, using the AZCopy tool, using PowerShell, and programmatically using C#.NET. Next, the course dives into blob properties and metadata and how to set and retrieve this information using the Azure Portal, PowerShell, and programmatically in C#.NET. The course then moves into blob leasing, what it is used for, and how to obtain and manage blob leases using the Azure CLI, the REST API, and C#.NET. The last topic in this course covers data archiving and retention by levering Storage Tiers, the new Lifecycle Management feature in the Azure Portal, and using the immutable storage policies feature.

Learning Objectives
- Moving items in blob storage between storage containers
- Moving items in blob storage between storage accounts
- Setting and retrieving blob properties and metadata
- Implementing blob leasing
- Implementing data archiving and retention

Intended Audience
- Azure developers who design and build cloud-based applications and services
- People preparing for Microsoft’s Azure AZ-203 exam

Prerequisites
You’ll need to have a basic understanding of Azure, have some experience developing scalable solutions, and be skilled in at least one cloud-supported programming language.

Do you like content like this?

Are you preparing for the #MicrosoftAzureDP200 Certification?

Then look no further: we've got the right solution for you!
Our Azure Lead, Guy Hummel, is here to get you ready to ace the exam.

For more updates follow us 🖥
Рекомендации по теме
Комментарии
Автор

I uploaded my blobs and created key value pairs for all blobs. Now what do I do? I am not a programmer.

joelc