An Azure communication platform for deploying applications across devices and platforms.
Thanks for the update — great that SMS is working again now.
Why this happened: Error 5000 is a generic delivery failure, usually caused by temporary carrier/network issues. Since it affected all messages for ~4 hours and recovered automatically, it was a transient outage on the delivery path.
To prevent it in future:
- Add retry logic with exponential backoff
- Monitor delivery rates via Event Grid
- Keep a fallback (email) ready for critical 2FA
Reference :
https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/sms/handle-sms-events