Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with implementing data encryption for a highly sensitive dataset stored in Azure Table Storage. Which of the following encryption methods should you use to ensure that data is protected at rest and in motion?
A
Use Azure Table Storage's built-in encryption at rest feature to encrypt the data automatically.
B
Implement client-side encryption to encrypt the data before sending it to Azure Table Storage and decrypt it after retrieving it.
C
Use Azure Key Vault to manage the encryption keys and implement Azure Storage Service Encryption (SSE) for Azure Table Storage.
D
Enable SSL/TLS encryption for data in motion and use Azure Key Vault to manage the encryption keys for client-side encryption at rest.