Dokumentationen

Web Apps

Microsoft Azure Web Apps

Microsoft Azure Web Apps

A fully managed platform service for building, deploying, and scaling web apps.

Goals

  1. A simple web app can be created and accessed.

Prerequisites

  1. 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

  1. Sign in to the Portal
  2. Navigate to the App Services service
  3. Select Create and Web App
  4. In the new window, specify the details of the web app:
    1. Select the Subscription
    2. Select an existing Resource Group or create a new one
    3. Enter a name for the web app
    4. Select a runtime stack
    5. Select Switzerland North as the region
    6. Under Pricing plans, select the Free F1 plan
  5. After the creation is complete, select the Go to resource button
  6. In the overview, there is a link to the web app at Default domain. Select the link to access the page