Reputation: 3421
I am new to Azure.
I have two Azure APIs (App services) which send email:
I need to configure a load balancer in front of these two app services.
As there are multiple load balancer options in Azure please suggest which one suits the above needs. Appreciate thank you!
Upvotes: 0
Views: 133
Reputation: 1064
I usually use this Load-Balancing decision tree for Azure which is giving you insights depending on how your app is constructed/running.
As @CodeCaster mentioned in his comment, on the Portal there is also this "Help me choose?" section that will guide you through the different load balancers and let you pick the one that fits to your needs.
Basically you have two big criteria : regional vs. global and HTTP(S) vs non-HTTP(s). That is what you need to answer to get going.
Upvotes: 2