A privacy engineer is configuring Azure Data Factory to ensure PII is masked during integration. Which feature should be configured to apply dynamic data masking on SQL targets?
Trap 1: Azure Policy definition
Azure Policy is for compliance governance, not data transformation.
Trap 2: Data Factory Mapping Data Flows
While it can transform data, DDM is the standard control for masking.
Trap 3: Azure Key Vault access policies
Key Vault is for secret management, not data masking.
- A
Azure Policy definition
Why wrong: Azure Policy is for compliance governance, not data transformation.
- B
SQL Dynamic Data Masking policies
DDM is the direct tool for masking sensitive data at the database level.
- C
Data Factory Mapping Data Flows
Why wrong: While it can transform data, DDM is the standard control for masking.
- D
Azure Key Vault access policies
Why wrong: Key Vault is for secret management, not data masking.