Skip to content

Azure Web App

Hanxiao Liu edited this page Apr 7, 2020 · 6 revisions

Overview

Maven Central

<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-webapp-maven-plugin</artifactId>
    <version>[Use the latest version above]</version>
</plugin>

The Maven Plugin for Azure App Service provides seamless integration into Maven projects, and makes it easier for developers to deploy your applications to following types of Azure Web App:

Prerequisites

Tool Required Version
JDK 1.8 or above
Maven 3.0 or above

Common Questions

Q: How can I deploy multi web app to one App Service with maven plugin?

A: For tomcat app services, you could set different <targetPath> in <resource> to deploy multi app to one app service. More details

Clone this wiki locally