# AZ-305 — Question 606

**Type:** multiple_choice
**Topics:** topic_1

## Question

You plan to deploy an app that will use an Azure Storage account.
You need to deploy the storage account. The storage account must meet the following requirements:
✑ Store the data for multiple users.
✑ Encrypt each user's data by using a separate key.
✑ Encrypt all the data in the storage account by using customer-managed keys.
What should you deploy?

## Correct Answer

_See scenario._

## Explanation

Selected Answer: B
B. blobs in a general purpose v2 storage account

A General Purpose v2 (GPv2) storage account can store blobs, files, queues, and tables, making it a versatile option for a wide range of applications. It supports customer-managed keys for encryption, allowing you to maintain control over the encryption keys.

To encrypt each user's data with a separate key, you can use Azure Blob Storage Service Encryption with customer-managed keys, storing each user's data in separate containers, and then configuring separate encryption keys for each container.

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/microsoft/AZ-305/606  
Practice (tracked): https://hiexam.net/study/AZ-305/practice