-
Notifications
You must be signed in to change notification settings - Fork 150
Azure Functions Gradle Plugin
Andy Xu(devdiv) edited this page Apr 23, 2020
·
3 revisions
As Azure Functions Plugin for Gradle is open-sourced, you can navigate here for more details
- Gradle 4.10+
- Latest Function Core Tools
- Azure CLI. This plugin use Azure CLI for authentication, please make sure you have Azure CLI installed and logged in.
az login
az account set -s <your subscription id>
git clone https://github.com/Azure-Samples/azure-functions-samples-java
azure-functions-samples-java
gradle jar
This step is to prepare your staging folder (equals to mvn package
).
Test local run behavior like maven functions plugin(equals to mvn azure-functions:run
)
Test local deploy behavior like maven functions plugin(equals to mvn azure-functions:deploy
)
- 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