Can customer-managed keys be applied to an existing CVO in Azure?
Applies to
- Microsoft Azure
- Cloud Volumes ONTAP (CVO)
- Customer-managed keys (CMKs)
Answer
No. Customer-managed keys are applied to an Azure CVO on deployment using a specific parameter in the API.
"azureEncryptionParameters": {
"key": "keyName",
"vaultName": "vaultName"
}