-
Notifications
You must be signed in to change notification settings - Fork 150
Azure Web App
Hanxiao Liu edited this page Apr 7, 2020
·
6 revisions
<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:
Tool | Required Version |
---|---|
JDK | 1.8 or above |
Maven | 3.0 or above |
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
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Maven Plugin for Azure Container Apps
- Using in CI/CD