hiexam
microsoft · AZ-305 · Q606 · multiple_choice · topic_1

You plan to deploy an app that will use an Azure Storage account. You need to deploy the storage account. The storage a…

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?
  • A.files in a premium file share storage account
  • B.blobs in a general purpose v2 storage account
  • C.blobs in an Azure Data Lake Storage Gen2 account
  • D.files in a general purpose v2 storage account
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

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.