Blog Post
Use Azure Logic Apps to Notify of Pending AAD Application Client Secrets and Certificate Expirations
EPfaffinger I'm really sorry to be asking a question that's silly, it's just that I can't figre it out.
it's a question around using this for multiple tenants. I've got it set up for one tenant at the moment, all tested and working. Next, I want to bring in another tenant. Should I be creating a logic app per tenant? Can I use the same keyvault?
How I've got it working at the moment is like this:
I've created the logic app in [Tenant A] where our O365 licensing is valid for, the azure keyvault is also in this tenant, I like to call this the master tenant.
Then the app registrations, service principals that I'm tracking for expiry are in [Tenant B] let's call this the slave tenant
The Logic app in the master tenant is using the default naming in the guide provided by Russ_Rimmerman
Logic app: azure-application-notification
Key vault: I've used an existing key vault but the names client-id, client-secret and tenant-id are unchaged as per the guide, these have the values for the only slave tenant that I'm currently reporting for.
The Question is, given the above setup, how do I bring in a second slave tenant or Tenant C?
Thanks for your patience 🙏