Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom Domain not showing in Azure Function

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

like image 855
Jonathan Avatar asked Oct 17 '17 20:10

Jonathan


1 Answers

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

like image 131
Alexey Rodionov Avatar answered Nov 15 '22 06:11

Alexey Rodionov