Serverless Web Applications
Last updated
Last updated
© DuploCloud, Inc. All rights reserved. DuploCloud trademarks used herein are registered trademarks of DuploCloud and affiliates
For configuring a Web App in Azure, first we need to create an App Service Plan.
App Service Plan can be created by navigating to Cloud Services -> Serverless, and clicking on the App Service Plan tab.
Refer below for the sample App Service Plan.
Once we have App Service Plan, Create a Web App Resource. App Service Plan can be created with Publish option as Code or Docker.
A list of the platform (NodeJs, python, etc) is available when Publish value as Code is selected. If Publish as Docker is selected, the User needs to enter the Docker Image to configure for creating a web app.