Route traffic through Azure Function proxy based on host header

140 views Asked by At

I'm trying to serve multiple sites through function proxy.

Site1 =>  /docs  =>  docs.example.com/

Site2 => /docs   =>  docs.contoso.com/

It's possible through frontdoor. But just wondering if this is possible with Azure function proxy ?

1

There are 1 answers

1
Vova Bilyachat On

As of today its not possible to do that with proxies https://github.com/Azure/azure-functions-host/issues/1987