Develop for Azure storage

Build solutions using Azure Cosmos DB and Azure Blob Storage for data persistence and management.

Encompasses developing solutions with Azure Cosmos DB including performing operations on containers and items using the SDK, setting appropriate consistency levels, and implementing change feed notifications. Also covers developing solutions with Azure Blob Storage including setting and retrieving properties and metadata, performing data operations using the SDK, and implementing storage policies and data lifecycle management.
5 minutes 5 Questions

Azure storage development is a crucial skill for Azure developers, encompassing various storage services designed to meet different application needs. The primary storage services include Blob Storage, Queue Storage, Table Storage, and File Storage. Blob Storage serves as the foundation for storin…

Concepts covered: Set and retrieve Blob Storage properties and metadata, Perform operations on Cosmos DB containers and items using SDK, Set the appropriate consistency level for Cosmos DB operations, Implement Cosmos DB change feed notifications, Perform Blob Storage data operations using SDK, Implement storage policies and data lifecycle management

Test mode:
AZ-204 - Develop for Azure storage Example Questions

Test your knowledge of Develop for Azure storage

Question 1

You are building an image gallery application for a marketing agency that stores thousands of promotional images in Azure Blob Storage. The application needs to display thumbnails of all images in a specific container to users. Each blob has custom metadata tags like 'campaign-name', 'client-id', and 'approval-status'. Your manager wants to minimize API calls and reduce costs while retrieving blob properties and metadata for the entire container. Which SDK operation should you use to achieve this requirement most efficiently?

Question 2

What is the primary distinction between blob properties and blob metadata in Azure Blob Storage?

Question 3

What does the BlobClient.SetAccessTier() method accomplish when called on an existing blob in Azure Blob Storage?

More Develop for Azure storage questions
332 questions (total)