Skip to main content

azureopenai

sand connectors create azureopenai

Create a new AzureOpenAI connector

sand connectors create azureopenai [flags]

Examples

$ sand connectors upsert azureopenai --name="name" --api-key="apiKey" --api-version="apiVersion" --azure-endpoint="azureEndpoint" --azure-ad-token="azureAdToken" --organization="organization" --project="project" --azure-deployment="azureDeployment"

✅ Connector upserted successfully!
Connector ID: cnc-5ab0075c465c8321

Options

      --api-key string            API Key to authenticate to AzureOpenAI with
--api-version string API Version to authenticate to AzureOpenAI with
--azure-ad-token string Azure Ad Token to authenticate to AzureOpenAI with
--azure-deployment string Azure Deployment to authenticate to AzureOpenAI with
--azure-endpoint string Azure Endpoint to authenticate to AzureOpenAI with
--cluster string Cluster to associate this connector with
-h, --help Help for azureopenai
--json Return json output
--name string Connector name (required)
--organization string Organization to authenticate to AzureOpenAI with
--project string Project to authenticate to AzureOpenAI with

SEE ALSO