How do I run Azure Functions from my domain

301 Views Asked by At

So i can setup a custom domain to call an azure function, but this only allows me to call one azure function for the domain name.

How do i go about setting up a domain name path to call and azure function?

1

There are 1 best solutions below

1
Swarna Anipindi On

Below is the sample replication of setup custom domain to azure function App.

  1. Setup and deploy a function App. enter image description here enter image description here

In order to configure custom-domain, we can delegate to Azure DNS Zone. Configure own domain with DNS Zone and there after we can configure with Function App.

enter image description here

NOTE: CNAME entry should be done from the DNS provider upon adding CNAME entry on DNS side. It will be able to browse the customdomain.com which points to function app.