Azure Container Apps - microsoft/azure-maven-plugins GitHub Wiki
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-container-apps-maven-plugin</artifactId>
<version>[Use the latest version above]</version>
</plugin>
The Maven Plugin for Azure Container Apps provides seamless integration into Maven projects, and makes it easier for developers to deploy your applications to following types:
- Container image
- Artifact(Jar)
- Source code
Tool | Required Version |
---|---|
JDK | 1.8 or above |
Maven | 3.0 or above |