Looking for Efficient Ways to Monitor Key Vault Certificate Expiry

0
19
Asked By TechyTurtle94 On

I need to set up an automated solution to keep track of all Key Vault certificates that are nearing their expiration dates. We're managing over 270 Key Vaults across around 70 subscriptions, and I want to generate a weekly report to share with clients that lists these upcoming expirations. Does anyone have suggestions for an efficient approach to achieve this? Also, if you have any best practices or documents that could help, that would be awesome. Thanks in advance!

5 Answers

Answered By PowerShellPro On

I'm working on a proof of concept where I've set up a Logic App that runs a PowerShell script, which emails the results. It's a bit rough around the edges, but it’s a good base for gathering the data you need.

CloudWiz75 -

Sounds like a good start! Automated emails will definitely help keep everyone informed.

Answered By CloudGuru101 On

You might want to look into assigning a policy in audit mode to keep track of the key vaults. There's a detailed guide available that could be beneficial, though keep in mind that ARG doesn’t support key vault contents directly, which could be a limitation.

Answered By ScriptMaster567 On

I’m currently evaluating using an Automation account and integrating with ServiceNow for ticket creation. It seems to be a solid direction for handling notifications regarding certificate expirations.

DataDiver22 -

That sounds promising! I'd love to see how that pans out.

Answered By BatchBuddy On

You can get this info through the Azure API and using batching methods will optimize your performance for checking multiple vaults at once. There’s a tutorial out there that can guide you through this process.

Answered By CodeNinja88 On

A good place to start is by checking out the Azure documentation on certificate expiration notifications. It explains how to get notified when certificates are close to expiring, which could be very helpful for your automation needs.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.