Reputation: 1334
Am working on the rotation of keys in Azure Key Vault through Azure Automation. I did it by using Azure Runbooks in azure automation successfully. But, I want to get an alert of the keys which is going to expire before expired and then run my runbook to rotation of those keys automatically. The entire process to be done automatically with the help of azure automation and VSTS-Build. Please, give me some suggestions for this requirement.
Upvotes: 2
Views: 2492
Reputation: 33728
First, you can apply a schedule for the runbook back directly: Key rotation using Azure Automation
Secondly, with VSTS, you can schedule build to do it through PowerShell
A blog that can help you: Expiry Notification for Azure Key Vault Keys and Secrets
Upvotes: 1