An Azure service that provides a hybrid, multi-cloud management platform for APIs.
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/