Module 03 Develop Solutions That Use Blob Storage
Module 03 Develop Solutions That Use Blob Storage
Premium storage
disk options
Explore Azure Blob storage (2 / 2)
Standard Standard general-purpose v2 Blob, Queue, and Table storage, Azure Files
Header.jpg
Images
Ad1.png
Media
Videos Intro.mp4
Explore Azure Storage security features
Azure Storage provides a comprehensive set of Azure Storage encryption for data at rest
security capabilities: • Azure Storage automatically encrypts your data
• Azure Active Directory (Azure AD) and Role-Based • Azure Storage encryption is enabled for all new and
Access Control (RBAC) are supported for Azure existing storage accounts and cannot be disabled.
Storage
• Storage accounts are encrypted regardless of their
• Data can be secured in transit between an application performance tier (standard or premium) or
and Azure deployment model
• Delegated access to the data objects in Azure Storage • Encryption does not affect Azure Storage
can be granted using a shared access signature performance.
Task1 : Create account in the Task 2: Create account by Task 3: Clean up resources
Azure portal using Azure Cloud Shell
Class Description
BlobClient The BlobClient allows you to manipulate Azure Storage blobs.
BlobClientOptions Provides the client configuration options for connecting to Azure Blob Storage.
BlobContainerClient The BlobContainerClient allows you to manipulate Azure Storage containers and their
blobs.
BlobServiceClient The BlobServiceClient allows you to manipulate Azure Storage service resources and blob
containers. The storage account provides the top-level namespace for the Blob service.
BlobUriBuilder The BlobUriBuilder class provides a convenient way to modify the contents of a Uri
instance to point to different Azure Storage resources like an account, container, or blob.
Task 1: Setting up Task 2: Prepare the .NET Task 3 : Build the full app
project • Create a container
• Upload blobs to a container
• List the blobs in a container
• Download blobs
• Delete a container
• Blob containers support system properties and user-defined metadata, in addition to the
data they contain.
• Retrieve container properties
• GetProperties
• GetPropertiesAsync
• Set metadata
• SetMetadata
• SetMetadataAsync
• URI syntax to retrieve properties and metadata from containers and blobs
• URI syntax to set properties and metadata from containers and blobs
http://aka.ms/az204labs