Set and Retrieve Properties and Metadata in Azure Blob Storage
In this lab, you’ll practice managing blob and container metadata using the Azure Portal, C#, and PowerShell. When you’re finished with this lab, you’ll have learned how to manage custom metadata and retrieve properties.
Terms and conditions apply.
Lab info
Lab author
Challenge
Retrieve Properties, Update, and Delete Container Metadata Using the Azure Portal
Using the Azure Portal, you’ll see how to retrieve system properties and edit the metadata of blobs and containers.
Challenge
Retrieve Properties, Update, and Delete Container Metadata Using PowerShell
Using PowerShell, you’ll learn how to retrieve system properties and edit the metadata of containers.
Challenge
Retrieve Properties, Update, and Delete Blob Metadata Using PowerShell
Using PowerShell, you’ll learn how to retrieve system properties, and edit the metadata of blobs.
Challenge
Retrieve Properties, Update, and Delete Container Metadata Using C#
Using C# and Azure Storage client libraries for .NET, you’ll learn how to retrieve system properties and edit the container metadata.
Challenge
Retrieve Properties, Update, and Delete Blob Metadata Using C#
Using C# and Azure Storage client libraries for .NET, you’ll learn how to retrieve properties, and edit the metadata of blobs.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Visual Studio Code
- Knowledge of C#
- Knowledge of PowerShell