Can't add custom domain to Azure Web App

Yanis Kross 1 Reputation point
2020-11-11T12:06:49.1+00:00

Hi,

I'm trying to add a custom domain to an Azure web app but it's failing even if the DNS dig looks good. I've added plenty of them using this method and this is the only one failing. Any ideas?

The domain I'm trying to add is integrations.connector.reachuc.com

39074-image.png

I also tried using Powershell but without success. Both error messages in Azure Portal and Powershell are not very useful.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,679 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Cristian SPIRIDON 4,476 Reputation points
    2020-11-11T19:09:00.087+00:00

    There is a tutorial to add a custom domain to Web App:
    https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain

    Hope this helps.


  2. Dave 1 Reputation point
    2020-11-14T01:00:51.82+00:00

    I'm inclined to think that a character in the domain name is causing a bad request due to the extra periods or the hyphen in the domain. There's most like some code in the Azure API that returns a bad request in this situation when you have more than two periods.

    If the domain doesn't take in the portal as well.. then I think that this is a bug in the API. I'd submit a ticket.


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.