Azure API App “No ApiApp installed that can handle forward request to https://my.customdomain.com”

一世执手 提交于 2019-12-10 21:43:44

问题


I added a custom domain name for an Azure API App (actually on the underlying API app host).

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

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

I've configured a custom SSL certificate, but with or without it, I get the same issue (minus the SSL warning when the custom SSL is not configured). HTTP access just issues a 302 Redirect to HTTPS.

Any ideas?


回答1:


Unfortunately this is a known limitation of the preview bits when using custom domains. When I replied on the original thread of yours I didn't realize that, my apologies.

It's on our backlog and the team is working hard to get this implemented. It's a very common scenario so I don't think it will take much time (maybe a couple of weeks if everything goes ok) but I don't have an exact ETA to share at this point. I'll update this thread once it's live, it shouldn't be long.

You can find a list of known issues here, we will update it to include this as well.



来源:https://stackoverflow.com/questions/30330649/azure-api-app-no-apiapp-installed-that-can-handle-forward-request-to-https-my

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!