
Answer-first summary for fast verification
Answer: Define an encryption scope.
The correct answer is D: Define an encryption scope. Encryption scopes enable you to manage encryption with a key that is scoped to a container or an individual blob. By creating an encryption scope, you can specify a unique key for the data in a specific container, ensuring that all data written to that container is encrypted with the specified key. This is necessary when you need different encryption keys for different containers within the same Azure Storage account.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When planning to add blob containers to an Azure Storage account with one container requiring a unique encryption key, what preliminary step should be taken?
A
Generate a shared access signature.
B
Update the minimum TLS version.
C
Perform an access key rotation.
D
Define an encryption scope.