Introduction

Completed

Web applications are used for accounting, inventory, and online web portals. Typically, your application accepts input from users, searches data for the input contents, displays a list, and updates it.

In this module, you'll deploy a Java web application to Tomcat on Azure App Service.

Screenshot that shows the Java ToDo application sample.

Learning objectives

By the end of this module, you will be able to:

  • Create a Java web application.
  • Run the application locally.
  • Deploy your application to Azure App Service.

Prerequisites