- 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
./gradlew clean azureFunctionsRunAnd visit http://localhost:7071/api/micronautsample
To deploy the function run:
$ ./gradlew clean azureFunctionsDeploy