- Gradle 5+
- 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>
## Running the function locally
```cmd
./mvnw clean package azure-functions:run
And visit http://localhost:7071/api/demo
To deploy the function run:
$ ./mvnw clean package azure-functions:deploy
- Gradle 5+
- 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>
## Running the function locally
```cmd
./mvnw clean package azure-functions:run
And visit http://localhost:7071/api/demo
To deploy the function run:
$ ./mvnw clean package azure-functions:deploy