QMCLOUD
Search
K

Deploy Azure App Service based Web App

Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends in various languages including .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python.
Azure App Service provides pre-defined application stacks with support for various languages. A custom Docker image can also be used to run a web app on an application stack that isn't already defined in Azure.
This example tutorial walks you through the steps required to deploy a docker image-based web app using Azure App Service. The following are the high-level steps:
  1. 1.
    Pre-requisites include Azure account, subscription, container registry, and the appropriate credentials
  2. 2.
    Build and upload a custom docker image in the Azure container registry
  3. 3.
    Create a QMCLOUD stack with a Resource Group, Azure App Service Plan and a Web App
  4. 4.
    Define connections and properties for each of the components
  5. 5.
    Deploy and test