Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AZURE_CLIENT_ID | Yes | Azure Service Principal client ID (for AAD authentication) | |
AZURE_TENANT_ID | Yes | Azure tenant (directory) ID | |
AZURE_OPENAI_KEY | Yes | API key for your Azure OpenAI deployment | |
FABRIC_SQL_SERVER | Yes | Fully qualified Fabric Data Warehouse server hostname | |
AZURE_CLIENT_SECRET | Yes | Azure Service Principal secret | |
FABRIC_SQL_DATABASE | Yes | Target database name in Fabric | |
AZURE_OPENAI_ENDPOINT | Yes | Endpoint URL for Azure OpenAI (e.g., https://xxxx.openai.azure.com) | |
AZURE_OPENAI_DEPLOYMENT | Yes | Deployment name (e.g., "gpt-4o") |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |