I have a angular frontend and three microservices developed using .NET 7 as mentioned below :
- APIGatway using YARP 2.0 (Latest version)
- Microservice1
- Microservice2
I have the following deployment options:
- Angular Frontend hosted in Azure App Service
- All the Microservices are also hosted in individual Azure App Serives
I deployed the above setup and validated and found working fine. At present I have only one destination configured in each backend microservice to forward the requests coming from the angular frontend-> ApiGateway application. But in case of PRODUCTION deployment which has Automatic scaling enabled then in that case how to configure the load balancing policy
Reference : https://microsoft.github.io/reverse-proxy/articles/load-balancing.html
Can anyone please help me here by providing their guidance