Azure App Service is cloud computing-based platform for hosting websites, created and operated by Microsoft. HTTP-based service for hosting web applications, REST APIs, and mobile back ends. It is a platform as a service which allows publishing Web apps running on multiple frameworks and written in different programming languages, including Microsoft proprietary ones and 3rd party ones.
You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments.
App Service not only adds the power of Microsoft Azure to your application, such as security, load balancing, autoscaling, and automated management. You can also take advantage of its DevOps capabilities, such as continuous deployment from Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domain, and TLS/SSL certificates. Read more on Microsoft’s own documentation
Please follow this Step by Step for Azure App Service web apps hosting.
How to order from VerIT Store?
VerIT Store (https://store.dnvgl.com see category “Infrastructure Services” à VerIT on Azure ) can be used to set up Azure web app hosting.
How to order an Azure subscription?
Azure Subscriptions can be ordered from the VerIT Store: (https://store.dnvgl.com see category “Infrastructure Services” à VerIT on Azure à Azure Subscription) Here’s a few tips: You should then create a new Azure App Service, apply a new domain name, bind domain name to IP address, and bind SSL certificate to that domain. Last step is deploy application code to App Service. This URL contains all the details: Overview - Azure App Service | Microsoft Docs
Quickstart: Create a Python app using Azure App Service on Linux
We recommend to follow Microsoft own quickstart, to deploy a Python web app to App Service