Setup
- Create an Azure Function App in your preferred region.
- Create an HTTP triggered function.
- Set up the
HALL_API_KEY
application setting with your Hall API key.
Example
The example below demonstrates how to forward data from incoming requests using Azure Functions.function.js