QuestionQ203

Integrate an Azure Cosmos DB solution

You have an Azure Cosmos DB for NoSQL account.

You need to implement Always Encrypted for all data stored in the account while minimizing administrative effort.

At which level should you define the encryption policy and set the data encryption key? Each level may be used once, more than once, or not at all.

Drag & Drop
Account
Container
Database
Item
Define the encryption policy:
Set the data encryption key:
Explanation

The client encryption policy is configured on a container and specifies the properties to encrypt. Data encryption keys are created at the database level and may be shared across multiple containers, minimizing key-management effort.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!