
Explanation:
The correct answer is B: Containers only. Encryption scopes in Azure are primarily used at the level of containers in Azure Blob Storage. As per the documentation and highly voted responses, encryption scopes enable management of encryption with a key that is scoped to a container or an individual blob. Other storage types such as file shares and tables are not mentioned to be supported by encryption scopes as of the latest updates.
In Azure Storage, with an account named 'storage1' and an encryption scope 'Scope1', what types of storage can be encrypted using this scope?
A
File shares only
B
Containers only
C
File shares and containers only
D
Containers and tables only
No comments yet.