What is Management and Data plane in Azure Key Vault?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]
Source: Secure your key vault
What is Management and Data plane in Azure Key Vault?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]
Source: Secure your key vault
The Management plane interface is used for managing the Key Vault itself which includes operations like creating and deleting key vaults, retrieving key vault properties, and updating access policies.
The data plane is used for working with the data stored in a key vault and includes operations of add, delete, and modify keys, secrets, and certificates.
Access to a key Vault is controlled through these two planes and the applications access these planes through endpoints. Refer to Resource endpoints for details.
The Management plane access is provided through RBAC whereas access to a data plane is provided through Key Vault access policies.
Source: Secure your key vault
4 people are following this question.
Will Microsoft see my keys in Azure Key Vault?
What are the different ways to authenticate to Azure Key Vault?
What are Azure Key Vault's soft-delete and purge protection features?
What is the limit of number of key vaults per subscription?
What is the difference between a key and a secret in Azure Key Vault?