Forum Discussion

mgfeal's avatar
mgfeal
Brass Contributor
Mar 14, 2023
Solved

Service Principal - Applications ... - Monitoring Certificates and Secrets Expiration

This is an example:   We need to monitoring the expiration time for our certificates and secrets, and receive an alert when there are a few weeks left until it expires.   How can we do it? ...
  • Gareth0642040's avatar
    Mar 22, 2023
    Hi

    There is no way to do this in the Azure GUI, you have to do it programmatically.

    Here is an example of how to do it using PowerShell.
    https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/scripts/powershell-export-apps-with-expriring-secrets

Resources