Is there a way to enable alerts on client secret key expiry for app registered in azure?

Fraser Clark 20 Reputation points
2024-04-03T11:01:48.79+00:00

Is there a way to enable alerts on client secret key expiry for app registered in azure

Microsoft Security | Microsoft Entra | Other
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshu katara 16,720 Reputation points MVP Moderator
    2024-04-03T11:11:46.86+00:00

    Hi ,

    Thank you for your post

    Unfortunately, there isn't a direct way within the Portal to set up notifications or alerts for expiring secrets within an App Registration. However, you should be able to leverage PowerShell or Microsoft Graph to achieve some form of notification for expiring secrets/ certificates,

    for example:

    1. Export all of your app registrations with expiring secrets and certificates via PowerShell script.
    2. Integrate the PowerShell script into an Azure Logic App or Task Scheduler.
    3. Send email notifications via the Logic App or Task Scheduler with the PowerShell output.

    Additional Links:


    If the information helped address your question, please Accept the answer.


1 additional answer

Sort by: Most helpful
  1. Oguz Kaan Akyalcin 1 Reputation point
    2025-04-15T09:58:01.15+00:00

    you may consider creating an account automation on Azure with a PowerShell script and scheduling it to receive email notifications

    Here is the step-by-step guide

    https://wiseservices.co.uk/post/a3a10db6-02b5-4162-9773-cc3e2c618a47

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.