Logging for key vault key rotations

Janne Kujanpää 256 Reputation points
2022-12-19T15:53:42.697+00:00

I followed this guide: https://learn.microsoft.com/en-us/azure/key-vault/keys/how-to-configure-key-rotation

Does key vault create log entries to diagnostics logs when key is being automatically rotated? I tried to find log entries but found nothing around time of key's created attribute. The only thing I see is a new key version with creation time that matches with my rotation policy.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,451 questions
{count} votes

Accepted answer
  1. Fabian Gonzalez 501 Reputation points Microsoft Employee
    2022-12-21T02:29:24.28+00:00

    @Janne Kujanpää we've recently added the operations you're looking for: https://learn.microsoft.com/en-us/azure/key-vault/general/logging?tabs=Keys#operation-names-table

    KeyRotateIfDue will tell you when the key was rotated based on the rotation policy.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.