-
Notifications
You must be signed in to change notification settings - Fork 150
Azure Functions: Package
yucwan edited this page Nov 26, 2019
·
1 revision
- Scan the output directory (default is
${project.basedir}/target/classes
) and generatingfunction.json
for each function (method annotated withFunctionName
) in the staging directory. - Copy JAR files from the build directory (default is
${project.basedir}/target/
) to the staging directory.
The default lifecycle phase for
azure-functions:package
ispackage
. You can simply runmvn package
to generate all the outputs you need to run/deploy your project.
Default staging directory is
${project.basedir}/target/azure-functions/${function-app-name}/
- 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