Azure-Samples / openai-aca-lb

Smart load balancing for Azure OpenAI endpoints
MIT License
41 stars 17 forks source link

Does the load balancer work if the backend URL has a route? #3

Open diberry opened 9 months ago

diberry commented 9 months ago

I would like to deploy this repo in front of https://github.com/Azure-Samples/azure-search-openai-demo which is a full-stack app where both the chat and the api are in a single app service.

If I set the backend URL to the URL + route - will the load balancer still work?