mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 08:41:03 +02:00
7 lines
240 B
Markdown
7 lines
240 B
Markdown
|
|
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
|
||
|
|
```
|