Blog Post
Use Azure Logic Apps to Notify of Pending AAD Application Client Secrets and Certificate Expirations
Russ_Rimmerman @Vitalii_Kopach
Great work, Russ!
exactly what we need, our current script uses "AzureRunAsConnection" that will be retired soon...
Re: App Proxy exclusion.
I asked the support about that and was told, quote:
1) "do NOT touch the AAD AP app expired certificates. They are maintained by backend automatically. Even deleting expired cert, it may break the service". Meaning that monitoring their secrets expiration is probably pointless?
2) "You can use command Get-AzureADServicePrincipal -all $true | where Tags -contains "WindowsAzureActiveDirectoryOnPremApp” to filter out all application proxy applications."
is it possible to add this filter to the logic?
thank you,
Alex
Is it possible to use that specific tag to filter out app proxies?