-
Microsoft Azure Web Apps
- A fully managed platform service for building, deploying, and scaling web apps.
Goals
- A simple web app can be created and accessed.
Prerequisites
- Access to a Subscription is required.
Structure
A web app provides predefined content as a web address. This can be a simple website. The web app runs with a service plan. This determines how many resources the web app has and which features are available.
As a simple example, a Free F1 plan is created with a simple page that is provided.
Create Plan
- Sign in to the Portal
- Navigate to the App Services service
- Select Create and Web App
- In the new window, specify the details of the web app:
- Select the Subscription
- Select an existing Resource Group or create a new one
- Enter a name for the web app
- Select a runtime stack
- Select Switzerland North as the region
- Under Pricing plans, select the Free F1 plan
- After the creation is complete, select the Go to resource button
- In the overview, there is a link to the web app at Default domain. Select the link to access the page