Develop for Azure storage
Build solutions using Azure Cosmos DB and Azure Blob Storage for data persistence and management.
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…
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?