Azure_keyVault_1
Ensure that all keys in Azure Key Vault have an expiration time set.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
Update the EXPIRATION DATE for the key using below command.
az keyvault key set-attributes –name <keyName> –vault-name <vaultName> –expires Y-m-d’ T ‘H:M:S’ Z ‘
References: