Member Junction
    Preparing search index...

    Configuration options for the Azure AI client

    interface AzureAIConfig {
        apiKey?: string;
        endpoint: string;
        useAzureAD?: boolean;
    }
    Index

    Properties

    apiKey?: string

    The Azure API key for authentication

    endpoint: string

    The Azure endpoint URL

    useAzureAD?: boolean

    Whether to use Azure AD authentication instead of API key When true, the DefaultAzureCredential will be used