I have created an azure function application to move an application from another MVC app. The steps I took were the following:
- Added Function App on a consumption plan
- Published Function App
- Removed Domain From Azure Web App that contained old application
- Added Domain to Azure Function App.
The issue is that the portal does not show the custom domain. If I try to re-add it, it says it always added to an application. I have contacted support and they say they see it added to the Azure Function on https://resources.azure.com.
So my question is this a bug in the portal? I was just trying to manage it from the portal. Can we get the portal to show this correctly?