Hi @rr-4098 , please make sure that the policy is correctly applied to the key. You can verify this by checking the policy details for the key in the Azure portal or by using the Azure CLI command az keyvault key rotation-policy show
.
Also double check that the key is being used by the storage account. You can check this by going to the storage account in the Azure portal, selecting "Access keys" and verifying that the key you are rotating is being used for encryption.
If both of these steps are correct, it's possible that the policy is not being triggered due to the expiration time not being reached or the time interval not being set correctly. Verify this as well.
Please let me know your results and I can help you further!
Best,
James