An Azure communication platform for deploying applications across devices and platforms.
Hello @Morgan
Thanks for the detailed summary as this helps us to rule out the issue.
The 401 Unauthorized error you're hitting on the /sms endpoint is tied to a recent policy change.
Effective July 1, 2026, Azure Communication Services no longer supports alphanumeric sender IDs for SMS deliveries to Australian numbers. This explains why your previously working setup (including the Portal "Try SMS" with key-based auth) now returns 401 Unauthorized specifically on the /sms endpoint, while email on the same resource and key continues to work fine.
Reference document - https://learn.microsoft.com/en-us/azure/communication-services/concepts/sms/concepts
Recommended Next Steps:
- Switch to a supported sender type for Australia — specifically a mobile number (+61 4xx...) which supports outbound SMS. Go to your ACS resource in the Azure Portal → Phone numbers → Provision/buy one with SMS capability.
- Update your from field (and any test calls) to use the new phone number instead of the alphanumeric sender ID.
- Once provisioned, re-test via the Portal or your REST calls. This should resolve the authorization issue.
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you
Thanks