< Previous Challenge - Home - Next Challenge >
So far we’ve been running the Spring Boot app locally, now it’s time to run it on Azure.
Create a Web App running on an App Service instance and deploy the app. Choose a tier that allows autoscaling (will be introduced later).
mysql
clientIt’s possible to deploy a jar file to App Service through Maven, but that would require you to change the pom file. An alternative is the ZIP deployment.