mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 11:22:11 +02:00
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
366 B
366 B
To use Azure Serverless APIs, you need to have a serverless endpoint deployed. You must also provide an Azure endpoint and token in a Kubernetes secret before launching the application.
kubectl -n {{namespace}} create secret \
generic azure-credentials \
--from-literal=azure-endpoint=AZURE-ENDPOINT \
--from-literal=azure-token=AZURE-TOKEN