
Explanation:
To implement double encryption for data at rest in Azure Synapse Analytics, the solution requires two key components:
B: An RSA key - This is essential because RSA keys (specifically RSA 2048 or 3072 byte-sized keys) are used for customer-managed keys (CMK) in Azure Synapse Analytics. When you enable double encryption, the first layer is platform-managed encryption, and the second layer uses customer-managed RSA keys to encrypt the data encryption keys. This provides the additional encryption layer required for double encryption.
E: An Azure key vault that has purge protection enabled - This is critical because Azure Key Vault serves as the secure storage location for the RSA keys. Purge protection ensures that deleted keys cannot be permanently removed during the retention period, providing additional security and compliance. The key vault must be properly configured to store and manage the encryption keys used for the second layer of encryption.
Why other options are not suitable:
The combination of an RSA key stored in a properly configured Azure Key Vault with purge protection enables the customer-managed key encryption layer that works alongside Azure's platform-managed encryption to achieve true double encryption.
Ultimate access to all questions.
You are designing an Azure Synapse Analytics workspace and need to recommend a solution for implementing double encryption of all data at rest. Which two components should be included in the recommendation? Each correct answer presents part of the solution.
A
an X.509 certificate
B
an RSA key
C
an Azure virtual network that has a network security group (NSG)
D
an Azure Policy initiative
E
an Azure key vault that has purge protection enabled
No comments yet.