Create a Logic App workflow: We have authored an Azure Automation runbook that queries all the secrets in all key vaults and publishes an event in case it finds any of them expiring within a month. The logic app workflow acts as a subscriber to these events:
- The first step within the logic app is to create a logic app workflow:
- Fill up the resultant form after clicking on the Create button. We are provisioning the logic app in the same resource group as the other resources for this solution:
- After the logic app is provisioned, ...