
Explanation:
To encrypt an Azure Data Factory (ADF) resource using a customer-managed key from Azure Key Vault, the first and mandatory step is to ensure the data factory is completely empty before enabling customer-managed key encryption.
Option A (Add a private endpoint connection to vault1):
Option B (Enable Azure role-based access control on vault1):
Option D (Create a self-hosted integration runtime):
This approach ensures compliance with Azure Data Factory's encryption requirements and follows Microsoft's recommended implementation sequence.
Ultimate access to all questions.
No comments yet.
You have an Azure Data Factory (V2) resource named Df1 that contains a linked service. An Azure Key Vault named vault1 contains an encryption key named key1. To encrypt Df1 using key1, what is the first step you should take?
A
Add a private endpoint connection to vault1.
B
Enable Azure role-based access control on vault1.
C
Remove the linked service from Df1.
D
Create a self-hosted integration runtime.