Created
December 9, 2024 15:48
-
-
Save fabiocannas/7d87d857ecdbfadf3d36df321d5c0b0b to your computer and use it in GitHub Desktop.
AZ KV Audit Logs - Check for secret expiry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AzureDiagnostics | |
| where OperationName contains "SecretNearExpiry" or OperationName contains "SecretExpired" | |
//| project SecretName = column_ifexists("eventGridEventProperties_data_ObjectName_s", "eventGridEventProperties_data_ObjectName_s") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment