Reader small image

You're reading from  Hands-On Azure for Developers

Product typeBook
Published inNov 2018
PublisherPackt
ISBN-139781789340624
Edition1st Edition
Tools
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Chapter 18: Scaling Azure Applications

  1. Scaling out scales your application horizontally (by adding additional instances), while scaling up scales your application vertically (so better hardware is provisioned).
  2. In most cases, you scale out rather than scale up. This is because the performance of the hardware is limited and it is easier to add another machine to the set rather than provision a new CPU and memory.
  3. Not reallywhile conceptually it could be possible, serverless services avoid scaling up.
  4. Yesif you scale out Azure App Service, the price for the service will be multiplied by the number of instances currently working.
  5. In SF, scaling out is perfectly fine. The dangerous operations are scaling up as it requires you to take your workload from one place and migrate it to another one.
  6. Manual scaling can be problematic when the traffic your application handles...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Azure for Developers
Published in: Nov 2018Publisher: PacktISBN-13: 9781789340624

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód