Will my Alphanumeric Sender ID expire?
Hi, I've successfully registered an Alphanumeric Sender ID for the purposes of sending OTPs via SMS. I'm struggling to find any information regarding expiration/renewal of the Sender ID. Will my Alphanumeric Sender ID remain valid without a predefined…
How to add custom MailFrom Addresses to Azure Communication Service Email
Hello, We are looking to start using Azure Communication services, but our business needs requires us to set custom MailFrom addresses for several of our domains. I followed the learn article to add them but the "+ add" button is greyed out? Am…
Azure Communication Services: Microsoft Entra ID group role assignments are not applying to traditional users within the group.
Hello, we have created a custom role with ACS permissions below. permissions": [{ "actions": [ "Microsoft.Communication/CommunicationServices/Read", "Microsoft.Communication/EmailServices/read", …
Username length issue with SMTP in Azure Communication Services
Hi, I'm testing "Email SMTP as a Service" that is in preview within "Azure Communication Services". I was so excited to hear about it because we've just done an Exchange migration to O365, and this feature will help mop up the…
Communication services personal phone number.
I've noticed that Skype is using a sort of a spoofing method to show the phone number that caller owns even though it is not the phone number that the call is made from, but rather trough Skype. Yet I do not see the same service being available on…
My azure communications phone number says Verification in process
I added a phone number to my account, and it has been in verification in process for over a month. how long will it take to verify it and how do I get it activated?
![](https://techprofile.blob.core.windows.net/images/fhe9LaZpV0Go9JtPKHT0YQ.png?8DA448)
HOW TO SUBMIT COMMUNICATIONS SERVICES QUOTA INCREASE TICKET?
Azure portal support / ticket creation does not allow creation of email quota increase ticket. It only loops back to documentation after selecting the resource and then selecting Quota Increase as topic. How and where can I submit my quota increase…
What are the prerequisites for using Azure.Communication.Calling.WindowsClient
The code works fine on my dev machine (Windows 11). But when deployed on Windows Server 2016 or Windows 10 I get the following exception: Getting error on the line instantiating CallClient:var callClient = new CallClient();
Integrate ACS video call in React Native iOS
I am trying to integrate https://github.com/Azure-Samples/communication-services-ui-library-react-native/tree/main in iOS React Native in a fresh app created by RN community cli v15.0. The demo app runs, but I am unable to integrate it with my app. My…
Unable to send emails using different From addresses in ACS.
I have created an azure communication service resource and I am able to send an email using the "donotreply" from address but not from any other addresses. We want to be able to send emails using any address in our domain. This is the…
How to gracefully fail an automatic token refresh
Hi all, I'm using the CallClient from @azure/communication-calling to pick up on and add functionality to incoming Teams calls for users. When creating the teams CallClient, a 'tokenRefresher' can be assigned which periodically calls the method you…
Unable to verify SPF record for Azure Email Comms
Azure Email Comms is refusing to verify my domain's SPF record, but it is not telling me exactly what is wrong with it. I have used CoPilot to get some clues and adjusted my SPF record accordingly but Azure Email Comms still refuses to verify. Here is my…
Not able to add custom verified domain
I am trying to set up an email service on Azure, but are having problems with what seems to be a bug in Azure. I have created a Email Communication Service resource and added a custom domain. The domain was verified through a DNS TXT record and is now…
Not allowed to delete azure email communication services. Doesnt allow me to remove provision domain
The error is Unlink from CommunicationServices resources: verifyidcommunication before deleting this Domains resource. There is nothing to unlink. VerifyID.ai domain doesnt exist. Needs to be deleted by Azure Support. Tried everything. Powershell, CLI,…
![](https://techprofile.blob.core.windows.net/images/oLNientyu0iReeL7-0b9Dg.png?8DD4BE)
How to connect? Azure Service Connection Authentication in Azure DevOps– Stuck on Blank Callback Page
I am trying to create a Service Connection in Azure DevOps using Docker Registry and Azure Resource Manager. After selecting my subscription and completing the 2FA authentication, I get redirected to a link ending with ***/completecallbackbyauthcode, but…
Not eligible for Public Switched Telephony Network (PSTN) and SMS products.
"Currently we get the error "Your current subscription is not eligible for Public Switched Telephony Network (PSTN) and SMS products." Knowing that: Location: Global Data location: United States We have checked, the region seems…
How to increase Email Communication Service Quota?
Microsoft does not make it easier to actually give a chance to change default mail from address. Currently cannot change the name nor the username. I cannot add any other addresses, because the documentations and other community support communications…
Cannot validate SPF on a Custom Email Domain on Azure Communication Services
I am setting up a custom email domain on Azure Communication Services. In the Email Communication Service > Settings > Provision Domains I have added my custom domain, verified that I own it with the TXT record, but I am stuck on the SPF…
Async Email Client Creation Doesn't Work
We are using Azure Email Communication Service, (azure-communication-email, version - 1.0.17). As per the documentation for instantiating async email Client, the sample code is the same as that of Sync email Client creation. In addition to that, if we…