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?
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?
Below is the sample replication of setup custom domain to azure function App.
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.
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.