6

I have created an azure function application to move an application from another MVC app. The steps I took were the following:

  1. Added Function App on a consumption plan
  2. Published Function App
  3. Removed Domain From Azure Web App that contained old application
  4. 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?

Here is the screen shot enter image description here

Jonathan
  • 1,725
  • 3
  • 19
  • 45

1 Answers1

7

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).

Setting up a custom domain with an Azure Function app

Alexey Rodionov
  • 1,436
  • 6
  • 8
  • Since I have my CNAME pointed to it, it is working, is this dangerous and may stop working? – Jonathan Oct 17 '17 at 21:25
  • 4
    Here is the thing, the portal does let you add the custom domain and has been working. But for some reason the SSL binding just randomly stopped working. My big issue here with Azure in general, if this is not supported, then don't turn it on in the portal. It is not possible for us to know every little feature that is enabled or not, we can only do what it lets us and when it doesn't work, don't tell us it isn't supported. – Jonathan Oct 25 '17 at 14:12
  • FYI - @davidebbo commented on that answer in Nov '16 (after your comment @Jonathan) saying that it was supported. – Josh E May 01 '18 at 20:12