Azure App Service
Learn the PaaS solution offered by Microsoft Azure for building web apps.
We'll cover the following...
Introduction to Azure App Service?
Microsoft defines the app service in the following way:
An Azure App Service is a fully managed platform for building, deploying and scaling your web apps.
It is a Platform as a Service (PaaS) used to host web applications, REST APIs, and back-end services for mobile applications. It doesn’t really matter which programming language or framework you have used. Web applications and services that are developed using any of the following programming languages or frameworks can be hosted using Azure App Services: .NET
, .NET Core
, Java
,
Ruby
, Node.js
, PHP
or Python
.
In short, Azure App Services is used to host web applications and services.