- Latest Function Core Tools
- Azure CLI
az login
az account set -s <your subscription id>
## Build Tools
The application's build uses [Azure Functions Plugin for Gradle](https://plugins.gradle.org/plugin/com.microsoft.azure.azurefunctions).
## Running the function locally
```cmd
./gradlew azureFunctionsRun
And visit http://localhost:7071/api/raidcomp
To deploy the function run:
$ ./gradlew azureFunctionsDeploy