An Azure communication platform for deploying applications across devices and platforms.
Hello Hossein Shokri Ghadikolaei,
Welcome to Microsoft Q&A,
Sweden is officially listed for Dynamic Alphanumeric Sender ID (marked General Availability), so your prerequisites are correct and you're not missing a config step.
What you're hitting is expected behavior, not a bug on your end. The "Enable Alphanumeric Sender ID" button being disabled even when every documented eligibility criteria is met (country, data location, subscription, permissions) means Microsoft needs to manually activate this feature at the tenant level for your subscription. It's a backend provisioning step, not something togglable purely from the portal. That also explains the Unauthorized SDK response, the SDK is correctly rejecting the send because the entitlement genuinely isn't active on your tenant yet, not because of a code or auth issue on your side.
The good part: you don't need a paid support plan for this specific request. The InvalidSupportPlan error you hit is because a regular Technical support ticket requires Standard support minimum, but enabling this capability goes through a Quota request instead, which is free on any plan, including Developer.
You need to need to create support request.
- Check your Azure subscription's billing address is in a supported location (Sweden is eligible).
- In Azure portal > Your ACS resource > Alphanumeric Sender ID >Dynamic tab > Click Enable Alphanumeric Sender ID.
- If button is unavailable/grayed out > Create a support ticket Request Microsoft to enable Alphanumeric Sender ID for your tenant
You can create free Quota request and then on Additional details tab explain that you need Alphanumeric Sender ID capability enabled for your ACS. Normally you would create Technical support request for this, however, that requires minimum Standard support plan. Please follow my instructions below to avoid getting stuck in endless loop:
1. Navigate to this link to start the process:
https://portal.azure.com/#create/Microsoft.Support
2. Enter quota in the box and click Go
3. Select Others / Service and subscription limits (quotas) and click Next
4. Click Create a support request button, as shown
5. Select Issue type: Service and subscription limits (quotas), Quota type: Other Requests, click Next
6. On Additional details tab, Enter description for your request
7. Finish filling out Additional details tab, click Next, review and click Create. You should receive an automated email within a few minutes.
Please Upvote and accept the answer if it helps!!