
Ultimate access to all questions.
You need to ensure that an Azure AI service is compliant with data protection regulations. Describe the steps you would take to configure data encryption at rest and in transit, including how you would use Azure Key Vault to manage encryption keys and what considerations you would take into account for key rotation and access control.
A
Use default encryption provided by Azure, store keys in a local file, manually rotate keys.
B
Use Azure Disk Encryption, store keys in Azure Key Vault, automate key rotation using Azure Automation.
C
Use BitLocker for encryption, store keys in a database, manually rotate keys.
D
Use default encryption provided by Azure, store keys in a text file, automate key rotation using a custom script.