Skip to content

Azure Container Apps

Ruoyu Wang edited this page Nov 6, 2024 · 1 revision

Overview

Maven Central

<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

Prerequisites

Tool Required Version
JDK 1.8 or above
Maven 3.0 or above
Clone this wiki locally