Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
74 stars 18 forks source link

Support for custom domain and managed SSL cert #46

Open eduards-vavere opened 8 months ago

eduards-vavere commented 8 months ago

Hi,

I have HTTP trigger function apps with a public domain, currently there is no way to set a custom domain.

eduards-vavere commented 5 months ago

Workaround is to host these function apps in internal container app env, and then expose them through an app gateway.