Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Load

...

Load balancing is good to use when you want to spread the load across multiple end points. This allows you to share the load an not have one end point processing a disproportional amount of calls. To load balance NSG uses mod_distributor which basically returns a randomly selected string from the load balance list you provide. Below is more details and how to implement it. 

...