Microsoft
AZ-305 · Question #103
You plan to deploy an app that will use an Azure Storage account. You need to deploy the storage account. The solution must meet the following requirements: - Store the data of multiple users. - Encry
The correct answer is D. blobs in a general purpose v2 storage account. You can specify a customer-provided key on Blob storage operations. A client making a read or write request against Blob storage can include an encryption key on the request for granular control over how blob data is encrypted and decrypted.
Submitted by fatima_kr· Mar 6, 2026Implement security
Question
You plan to deploy an app that will use an Azure Storage account. You need to deploy the storage account. The solution must meet the following requirements: - Store the data of multiple users. - Encrypt each user's data by using a separate key. - Encrypt all the data in the storage account by using Microsoft keys or customer-managed keys. What should you deploy?
Options
- Afiles in a general purpose v2 storage account.
- Bblobs in an Azure Data Lake Storage Gen2 account.
- Cfiles in a premium file share storage account.
- Dblobs in a general purpose v2 storage account
How the community answered
(25 responses)- A4% (1)
- B8% (2)
- C12% (3)
- D76% (19)
Explanation
You can specify a customer-provided key on Blob storage operations. A client making a read or write request against Blob storage can include an encryption key on the request for granular control over how blob data is encrypted and decrypted.
Topics
#customer-managed keys#storage encryption#Blob storage#per-user encryption
Community Discussion
No community discussion yet for this question.