Azure API Management Developer Portal does not send any notification emails

Rainbow ai 0 Reputation points
2026-06-25T13:06:28.25+00:00

Azure API Management Developer Portal is not sending any notification emails. But two days ago everything worked. Nothing was changed in two last days.

Problem:

  • User signup works and creates a developer account.
  • The user remains in Pending state.
  • Confirmation email is never received.
  • Password reset email is also never received.
  • The issue happens both on custom portal URL and default portal URL
  • Notification templates exist, including: ConfirmSignUpIdentityDefault, PasswordResetIdentityDefault, InviteUserNotificationMessage
  • Activity Log shows no visible errors.
Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.


1 answer

Sort by: Most helpful
  1. Alex Burlachenko 23,250 Reputation points MVP Volunteer Moderator
    2026-06-25T13:57:36.2933333+00:00

    hi & thx for sharing urs issue here at Q&A portal,

    If signup works but confirmation + password reset emails both stopped, this is prob APIM notification delivery, not the developer portal URL. The fact it fails on both custom portal and default portal matters. That rules out most custom-domain/frontend issues. The user being stuck in Pending means APIM created the account but the identity email flow didn’t complete. check APIM notification settings and identity templates. Make sure the templates are enabled and not empty, esp

    ConfirmSignUpIdentityDefault

    PasswordResetIdentityDefault

    InviteUserNotificationMessage

    https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-configure-notifications

    Then test w/ an external mailbox like Gmail/Outlook.com. If external gets it but corporate mail doesn’t, it’s mail quarantine/filtering. Check Exchange/Defender quarantine too. APIM default sender can get filtered and it’ll look like APIM never sent anything. If no mailbox gets anything, it’s likely APIM-side mail delivery or a service issue. Activity Log usually won’t show mail send failures, so no Activity Log error doesn’t prove emails were sent. If APIM is in VNet/internal mode, check outbound requirements too. APIM still needs required outbound access for platform deps.

    https://learn.microsoft.com/en-us/azure/api-management/virtual-network-reference

    Support ticket should include APIM service name, region, SKU, portal type, timestamp in UTC, test user email, affected templates, and note that signup creates Pending users but both confirm signup and password reset emails are missing.

    Short version: verify templates + try external mailbox + check quarantine. If nothing arrives anywhere, ask MS to confirm whether APIM attempted to send the emails from backend.

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
    

    and at my blog https://ctrlaltdel.blog/

     

    Was this answer helpful?


Your answer

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