Summary and resources
Azure App Service is an HTTP-based service for hosting web applications. With App Service, you can develop web apps in your favorite language. The service lets you easily run and scale your web apps on Windows and Linux-based environments.
In this module, you reviewed the features and usage cases for Azure App Service. You learned how to create, secure, and back up your web apps. You explored how to configure deployment settings, including deployment slots, and custom domain names for your web apps. You discovered how to use Azure Application Insights to monitor web apps.
The main takeaways from this module are:
Azure App Service lets you develop and deploy web, mobile, and API apps.
Azure App Service configuration settings include runtime stack, operating system, region and App Service plan.
Deployment slots help you manage different app stages. For example, development, test, stage, and production.
The default Azure App Service domain name can be customized for your organization.
Azure Application Insights is a feature of Azure Monitor that lets you monitor your live applications. You can integrate Application Insights with your App Service configure to automatically detect performance anomalies in your apps.
Application Insights lets you continuously monitor the performance and usability of your apps.
Learn more with documentation
App Service overview. This article provides an overview of the App Service and why you would use this service.
Configure an App Service app. This article explains how to configure common settings for web apps, mobile back end, or API app.
Set up staging environments in Azure App Service. The article covers deployment slots and swap operations.
Learn more with self-paced training
Stage a web app deployment for testing and rollback by using App Service deployment slots. Learn to use deployment slots to streamline deployment and roll back.
Explore Azure App Service deployment slots. Learn how slot swapping works and how to route traffic to different slots.
Host a web application with Azure App Service. Learn how to create a website through the hosted web app platform in Azure App Service.