Deploy a Spring Boot app to Azure App Service
Create a Spring Boot application, connect it to a MySQL database, and then deploy to Azure App Service.
Learning objectives
In this module, you will:
- Develop a Spring Boot web application.
- Connect your application to a MySQL database.
- Deploy the web application to Azure App Service.
Prerequisites
- An Azure subscription
- Local installations of Java JDK (1.8 or later), Maven (3.0 or later), and the Azure CLI (2.12 or later)