Introduction
Web applications are used daily for tasks that include ordering a product online, tracking flight status, and traffic monitoring. In this module, you deploy your own simple Java web application to Azure App Service.
Learning objectives
- Create a simple Java web app that responds with "Hello, Java on Azure!".
- Configure your Java project to deploy to Azure App Service.
- Deploy your Java web application to Azure App Service.
Prerequisites
- Your own Azure subscription.
- The Azure CLI installed on your computer.
- Microsoft Build of OpenJDK 17.
- Maven 3.9.9 or later.
- A Bash-compatible shell, such as Git Bash on Windows, the Windows Subsystem for Linux (WSL), or Azure Cloud Shell.