Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Hands-On Azure for Developers
  • Toc
  • feedback
Hands-On Azure for Developers

Hands-On Azure for Developers

By : Kamil Mrzygłód
4.1 (7)
close
Hands-On Azure for Developers

Hands-On Azure for Developers

4.1 (7)
By: Kamil Mrzygłód

Overview of this book

Microsoft Azure is one of the fastest growing public cloud service providers in the market currently, and also holds the second highest market share after AWS. Azure has a sophisticated set of services that will help you build fault-tolerant and scalable cloud-based applications. Hands-On Azure for Developers will take you on a journey through multiple PaaS services available in Azure, including App Services, Functions, and Service Fabric, and explain in detail how to build a complete and reliable system with ease. You will learn about how to maximize your skills when building cloud-based solutions leveraging different SQL/NoSQL databases, serverless and messaging components, and even search engines such as Azure Search. In the concluding chapters, this book covers more advanced scenarios such as scalability best practices, serving static content with Azure CDN, and distributing loads with Azure Traffic Manager. By the end of the book, you will be able to build modern applications on the Azure cloud using the most popular and promising technologies, which will help make your solutions reliable, stable, and efficient.
Table of Contents (24 chapters)
close

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...
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete