Share via

Problem with Email configuration service.

Guy Gallant 20 Reputation points
2025-04-12T23:15:19.8166667+00:00

I am trying to verify a custom domain for an Email configuration service. I keep getting 'Could not verify' Click config again.

How can I determine why this is happening?  My domain is condogestionsupport.com and the web application (Dot net core 9.0) is working and responding.
Azure Communication Services

Answer accepted by question author

Bhargavi Naragani 7,940 Reputation points Moderator
2025-04-14T07:59:46.9133333+00:00

Hi @Guy Gallant,

To determine why your custom domain condogestionsupport.com is not verifying with the Email configuration service, you can follow these steps:

  1. Ensure that you have added the correct TXT record to your domain's DNS settings. You can find the proposed TXT record in the Azure portal. It should look something like this: ms-domain-verification=your-verification-code.
  2. You can use the nslookup command to check if the TXT record is correctly set up. Open your command prompt and run: nslookup -q=TXT condogestionsupport.com Review the output to see if your TXT record appears. If it does not, Azure cannot verify the domain.
  3. After verifying the TXT record, ensure that the Sender Policy Framework (SPF) and DomainKeys Identified Mail (DKIM) records are also correctly configured. Similar to the TXT record, you can check these using nslookup:
    • For SPF, run: nslookup -q=TXT condogestionsupport.com Ensure your SPF record includes -all instead of ~all.
    • For DKIM, you can check using:
      nslookup selector1-azurecomm-prod-net._domainkey.condogestionsupport.com and nslookup selector2-azurecomm-prod-net._domainkey.condogestionsupport.com
    • And you need to add subdomain name at the end of DKIMs name

By following these steps, you should be able to identify the issue preventing your domain from being verified.


References:
Troubleshooting Domain Configuration issues
Find and fix issues after adding your domain or DNS records
https://learn.microsoft.com/en-us/answers/questions/1383433/azure-communication-service-custom-domain-dkim-and

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Guy Gallant 20 Reputation points
    2025-04-15T12:06:03.9+00:00

    The problem has been solved.

    Thanks

    Was this answer helpful?


Your answer

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