Ensure that the Automatic Key Rotation feature is enabled for your Azure Key Vault keys in order to meet security and compliance requirements. Once enabled, this security feature automatically generates a new cryptographic key version at a frequency that you specify.
excellence
To enhance security and reduce the chances of unauthorized access if your cryptographic keys get compromised, it's important to periodically rotate (regenerate) your Microsoft Azure Key Vault keys. Regularly updating these keys helps protect sensitive information and maintains the system's integrity. When you set up the key rotation policy, the Automatic Key Rotation feature takes care of renewing the keys for you, so you don't have to worry about manual updates when a key expires at the specified time.
Audit
To determine if Automatic Key Rotation is enabled for your Azure Key Vault keys, perform the following operations:
Remediation / Resolution
To enable the Automatic Key Rotation feature for your Azure Key Vault cryptographic keys, perform the following operations:
References
- Azure Official Documentation
- Azure Key Vault keys, secrets and certificates overview
- About keys
- Configure cryptographic key auto-rotation in Azure Key Vault
- Azure Command Line Interface (CLI) Documentation
- az account list
- az account set
- az keyvault list
- az keyvault key list
- az keyvault key rotation-policy show
- az keyvault key rotation-policy update