User domain not showing up in Azure Function

I created an azure function application to move an application from another MVC application. I have taken the following steps:

  • App with added feature in terms of consumption
  • Published functional application
  • Remote domain from an Azure web application containing an old application
  • Added application for working with a domain in Azure.

The problem is that the user domain is not displayed on the portal. If I try to re-add it, it says that it is always added to the application. I contacted the support and they say they added the Azure feature to https://resources.azure.com .

So my question is this is a mistake on the portal? I was just trying to control it from the portal. Can we get a portal to show it right?

Here is a screenshot enter image description here

+5
source share
1 answer

Custom domains are not yet supported for dynamic feature plans. This support will come a bit later (there is no clear ETA to share at this point).

Configure a custom domain using the Azure Function app

+5
source

Source: https://habr.com/ru/post/1272707/


All Articles