Azure Data Factory - Create a Customer Managed Key and encrypt ADF using that CMK
By default, data is encrypted with a Microsoft-managed key that is uniquely assigned to your data factory. For extra security , you can use customer-managed keys feature in Azure Data Factory.
When you specify a customer-managed key, Data Factory uses both the factory system key and the CMK to encrypt customer data. Missing either would result in Deny of Access to data and factory.
Reference Documentation Link: https://docs.microsoft.com/en-us/azure/data-factory/enable-customer-managed-key
0 comments:
Post a Comment