Azure API App "There is no ApiApp that can handle the request forward to https://my.customdomain.com"

I added a custom domain name for the Azure API app (actually on the base one API app host

).

The https://microsoft-apiappXXXXXXXX.azurewebsites.net/ address still works, but the custom domain gives the following error in the browser:

<Error>
  <Message>
     No ApiApp installed that can handle forward request to https://my.customdomain.com/
   </Message>
</Error>

      

I have configured my own SSL certificate, but with or without it, I get the same problem (minus the SSL warning when custom SSL is not configured). HTTP access just triggers a 302 redirect to HTTPS.

Any ideas?

+3


source to share


1 answer


Unfortunately this is a known limitation of preview bits when using custom domains. When I responded to your original thread, I was not aware of it, my apologies.

This is on our backlog and the team is working hard to achieve this. This is a very common scenario, so I don't think it will take long (maybe in a couple of weeks if everything goes well), but I don't have an exact ETA to share at this stage. I will update this thread when it is live, it doesn't have to be long.



You can find a list of known issues here , and we'll update to include that as well.

+2


source







All Articles