Summary
In this chapter, we learned about the Azure App Service basics. We discussed Azure App Service and ASEs, and we created a new App Service instance. We also created and configured web app settings in Azure App Service, and to deploy the application on Azure App Service, we used Visual Studio 2022 and automated deployment. Then, we learned how to scale apps in Azure App Service, and finally, we explored Azure App Service deployment slots.
Azure App Service integrates with Docker in order to deploy containerized applications. In the next chapter, we will talk more about containers and the different services that can be used to deploy on Azure. The chapter covers architectural design and implementation approaches using .NET and Docker containers.