Designing Web Apps for high availability, scalability, and performance
Performance is an important issue to keep in mind when designing Web Apps. Web Apps that are unresponsive or that perform badly will eventually lose all their visitors. They will simply hop on to another site. Azure provides multiple options to make your Web App highly available and scalable, which will result in a better performance to keep your visitors on board.
Note
Beside the features that Azure offers to design for high availability, scaling, and performance, you can keep certain architecture patterns in mind when architecting your Web App. You can refer to the following article from the Azure Architecture Center for these patterns: https://docs.microsoft.com/en-us/azure/architecture/patterns/category/performance-scalability.
High availability and performance
Azure provides several ways to make your Web App perform better and to become highly available. You can use a Content Delivery Network (CDN), a cache, or you...