I have an Azure Function application running on dynamic pricing and am trying to set up my own domain.
I added and verified the domain and set the CNAME record. The user domain displays correctly as a "URL" when I view App Service settings in the Azure portal. However, if I try to use this domain (to access the HTTP trigger function), I return with "Error 404 - Web Application Not Found".
When I look at the URL of the function in the portal, it still shows the x.azurewebsites.net domain, not the user domain that I added. Is there anything extra I need to do to get the functions that work with the custom domain?
azure azure-web-sites azure-functions
Adam stiskala
source share