Setting up a custom domain with an Azure Function app

*爱你&永不变心* 提交于 2020-01-11 02:16:09

问题


I have an Azure Function app running on dynamic pricing and am trying to set up a custom domain.

I have added and verified the domain and setup the CNAME record accordingly. The custom domain shows up correctly as the "URL" when I view the App Service settings in the Azure portal. If I try to use this domain, however (to access an HTTP trigger function), I am returned with "Error 404 - Web app not found."

When I look at the Function URL in the portal, it still shows the x.azurewebsites.net domain, not the custom domain I have added. Is there anything additional I need to do to get Functions working with a custom domain?


回答1:


Copying from my answer on MSDN forum:

Indeed, custom domains are not yet supported for Dynamic Function plans. This support will come a bit later (no clear ETA to share at this point).



来源:https://stackoverflow.com/questions/37515586/setting-up-a-custom-domain-with-an-azure-function-app

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