Scaling up and scaling out

There are two different types of scaling (at least when it comes to Azure):

  • Scaling up: Which upgrades hardware/a tier
  • Scaling out: Which adds instances of a service

Scaling up can be presented as follows:

While for comparison, scaling out is described as follows:

So, in the first scenario (scaling up), you will get a better performance from a single instance, while scaling out will allow you to parallelize your work. The use cases are different in both options and are basically dependent on the workload you are ...

Get Hands-On Azure for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.