Azure communication services, Namecheap Domain, I configured correctly DKIM but not validated by Azure

Mihai Mihaiescu 40 Reputation points
2025-04-02T07:34:26.8833333+00:00

In Azure communication services, I have a custom domain hosted on namecheap, I configured correctly the DKIM 1 and 2, and tested using the documentation provided by Azure, it is found but it doesnt not pass validation on Azure.

What can I do now ?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,101 questions
{count} votes

Accepted answer
  1. Bhargavi Naragani 3,060 Reputation points Microsoft External Staff
    2025-04-02T08:36:03.61+00:00

    Hi @Mihai Mihaiescu,

    If your DKIM configuration is correct but not passing validation in Azure Communication Services, you can follow these troubleshooting steps:

    Use the "nslookup" command to check if the DKIM records are correctly set up. Run the following command in your command prompt:

    nslookup set q=TXT
       selector1-azurecomm-prod-net._domainkey.yourdomain.com
       selector2-azurecomm-prod-net._domainkey.yourdomain.com
    

    Replace yourdomain with your actual domain name. Ensure that the output includes the expected CNAME DKIM records.

    If the "nslookup" command does not return the expected CNAME records, it indicates that Azure Email Communication Service cannot verify the DKIM status. You may need to revisit your DNS settings on Namecheap to ensure that the DKIM records are correctly added.

    DNS changes can take time to propagate across the internet. Although it often happens within an hour, it can sometimes take up to 48 hours. It's advisable to wait and then reattempt validation in the Azure portal after this period.​

    Refer to the below documentation for any specific requirements or common issues related to DKIM setup:
    Troubleshooting Domain Configuration issues
    Best practices for sender authentication support in Azure Communication Services Email
    https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/email/add-custom-verified-domains?pivots=platform-azp#verify-custom-domain

    https://learn.microsoft.com/en-us/answers/questions/1383433/azure-communication-service-custom-domain-dkim-and

    Hope the above provided information help you resolve the issue, if you have any further concerns or queries, please feel free to reach out to us.

    If the answer is helpful, please click Accept Answer so that other people who faces similar issue may get benefitted from it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.