how can we setup an email alert for keyvault password expiry

pranathi kannekanti 0 Reputation points
2023-07-13T09:17:42.02+00:00

hi can you tell me how can we set password expiry email alert to keyvault

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 27,221 Reputation points Microsoft Employee Moderator
    2023-07-13T19:18:54.8333333+00:00

    Hi @pranathi kannekanti , you can use Logic Apps for this.

    1. Ensure you have an email account from a provider supported by Azure Logic Apps (e.g., Office 365 Outlook) and an Azure subscription.
    2. Create a Key Vault in your Azure Subscription if you haven't already.
    3. Create a Logic App with Event Grid handler and subscribe to Azure Key Vault "SecretNewVersionCreated" events.
    4. Configure the Logic App to send an email when a secret is created in Azure Key Vault.

    For a detailed guide on setting up the Logic App and configuring the email alert, refer to the linked document.

    After setting up the email alert, you can monitor the Key Vault for password expiry and receive notifications accordingly.

    Note: This method notifies you when a new secret version is created. To specifically monitor password expiry, you may need to customize the Logic App to check for password expiry events or use Azure Automation.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James

    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.