AZ-104 · HANDS-ON LAB

Version 1.0

My first Azure
App Service website.

A simple static page hosted by ASP.NET Core. Ready to deploy, explore and update.

Explore the lab
01 / APPLICATION

ASP.NET Core

A small .NET application serves this HTML page and its stylesheet.

02 / HOSTING

Azure App Service

Deploy the application to your web app and open its default domain.

03 / CONTENT

Static website

No database or sign-in. All content is included in the application files.

Try your first deployment update

  1. Open wwwroot/index.html.
  2. Change the heading and update the badge to Version 2.0.
  3. Publish again, then refresh your Azure website.