0

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 ?

Venkata Dorisala
  • 4,783
  • 7
  • 49
  • 90

1 Answers1

1

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

Vova Bilyachat
  • 18,765
  • 4
  • 55
  • 80