trustgraph/trustgraph_configurator/resources/dialog/docs/model/azure-compose.md

7 lines
240 B
Markdown
Raw Normal View History

To use Azure Serverless APIs, you need to have a serverless endpoint deployed, and you must also provide an endpoint token as an environment variable.
```
AZURE_ENDPOINT=https://ENDPOINT.API.HOST.GOES.HERE/
AZURE_TOKEN=TOKEN-GOES-HERE
```