In the previous chapter, we covered the compute-intensive application objectives. We covered how to design high-performance computing and other compute-intensive applications.
This chapter introduces the web application's objectives. It will cover information about Azure Web Apps, the different App Service plans that are available, and what the characteristics are for the different App Service plans. You will learn more about designing Web Apps for Containers using Azure Container Services and Docker, how to design Web Apps for high availability, scalability, and performance using Redis Cache, auto-scaling, App Service environments, and more. You will also learn how to design a custom Web API and what Azure offers in terms of securing custom APIs.
The following topics will be covered:
- Azure Web Apps
- App Service plans
- Designing Web Apps for Containers...