Table of Contents

Class AppConfigurationKeys

Namespace
FoundationaLLM.Common.Constants.Configuration
Assembly
FoundationaLLM.Common.dll

Defines all App Configuration key names used by FoundationaLLM.

public static class AppConfigurationKeys
Inheritance
AppConfigurationKeys
Inherited Members

Fields

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_APIScope

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:APIScope setting.

Value description:
The scope required to get an access token for the Authorization API.

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_APIScope = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:APIScope"

Field Value

string

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_APIUrl

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:APIUrl setting.

Value description:
The URL of the Authorization API. Due to its special nature, the Authorization API does not have a corresponding APIEndpointConfiguration resource and thus the URL must be kept as a configuration setting.

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_APIUrl = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:APIUrl"

Field Value

string

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_AbsoluteCacheExpirationSeconds

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:AbsoluteCacheExpirationSeconds setting.

Value description:
Absolute cache expiration in seconds.

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_AbsoluteCacheExpirationSeconds = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:AbsoluteCacheExpirationSeconds"

Field Value

string

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_CacheExpirationScanFrequencySeconds

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:CacheExpirationScanFrequencySeconds setting.

Value description:
Gets or sets the minimum length of time between successive scans for expired items in seconds.

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_CacheExpirationScanFrequencySeconds = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:CacheExpirationScanFrequencySeconds"

Field Value

string

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_CacheSizeLimit

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:CacheSizeLimit setting.

Value description:
The maximum number of items that can be stored in the cache.

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_CacheSizeLimit = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:CacheSizeLimit"

Field Value

string

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_EnableCache

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:EnableCache setting.

Value description:
Setting that indicates whether the Authorization API Client should use caching.

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_EnableCache = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:EnableCache"

Field Value

string

FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_SlidingCacheExpirationSeconds

The app configuration key for the FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:SlidingCacheExpirationSeconds setting.

Value description:
Sets how many seconds the cache entry can be inactive (e.g. not accessed) before it will be removed. This will not extend the entry lifetime beyond the absolute expiration (if set).

public const string FoundationaLLM_APIEndpoints_AuthorizationAPI_Essentials_SlidingCacheExpirationSeconds = "FoundationaLLM:APIEndpoints:AuthorizationAPI:Essentials:SlidingCacheExpirationSeconds"

Field Value

string

FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_HateSeverity

The app configuration key for the FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:HateSeverity setting.

Value description:
The maximum level of hate language that is allowed by the Azure Content Safety service (higher value means that a more severe language is allowed).

public const string FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_HateSeverity = "FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:HateSeverity"

Field Value

string

FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_SelfHarmSeverity

The app configuration key for the FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:SelfHarmSeverity setting.

Value description:
The maximum level of self-harm language that is allowed by the Azure Content Safety service (higher value means that a more severe language is allowed).

public const string FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_SelfHarmSeverity = "FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:SelfHarmSeverity"

Field Value

string

FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_SexualSeverity

The app configuration key for the FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:SexualSeverity setting.

Value description:
The maximum level of sexual language that is allowed by the Azure Content Safety service (higher value means that a more severe language is allowed).

public const string FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_SexualSeverity = "FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:SexualSeverity"

Field Value

string

FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_ViolenceSeverity

The app configuration key for the FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:ViolenceSeverity setting.

Value description:
The maximum level of violent language that is allowed by the Azure Content Safety service (higher value means that a more severe language is allowed).

public const string FoundationaLLM_APIEndpoints_AzureContentSafety_Configuration_ViolenceSeverity = "FoundationaLLM:APIEndpoints:AzureContentSafety:Configuration:ViolenceSeverity"

Field Value

string

FoundationaLLM_APIEndpoints_AzureContentSafety_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:AzureContentSafety:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Azure Content Safety service.

public const string FoundationaLLM_APIEndpoints_AzureContentSafety_Essentials_APIKey = "FoundationaLLM:APIEndpoints:AzureContentSafety:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_AzureEventGrid_Configuration_NamespaceId

The app configuration key for the FoundationaLLM:APIEndpoints:AzureEventGrid:Configuration:NamespaceId setting.

Value description:
The object identifier of the Azure Event Grid Namespace object used by the Azure Event Grid event service.

public const string FoundationaLLM_APIEndpoints_AzureEventGrid_Configuration_NamespaceId = "FoundationaLLM:APIEndpoints:AzureEventGrid:Configuration:NamespaceId"

Field Value

string

FoundationaLLM_APIEndpoints_AzureEventGrid_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:AzureEventGrid:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Azure Event Grid service.

public const string FoundationaLLM_APIEndpoints_AzureEventGrid_Essentials_APIKey = "FoundationaLLM:APIEndpoints:AzureEventGrid:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_AzureOpenAI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:AzureOpenAI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Azure OpenAI service.

public const string FoundationaLLM_APIEndpoints_AzureOpenAI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:AzureOpenAI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_CosmosDB_Containers

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:CosmosDB:Containers setting.

Value description:
The comma-separated list of database containers used by the Context API file service.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_CosmosDB_Containers = "FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:CosmosDB:Containers"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_CosmosDB_Database

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:CosmosDB:Database setting.

Value description:
The name of the Azure Cosmos DB database used by the Context API file service.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_CosmosDB_Database = "FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:CosmosDB:Database"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_CosmosDB_Endpoint

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:CosmosDB:Endpoint setting.

Value description:
The URL of the Azure Cosmos DB service used by the Context API file service.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_CosmosDB_Endpoint = "FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:CosmosDB:Endpoint"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_Storage_AccountName

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:Storage:AccountName setting.

Value description:
The Azure Storage account for the FoundationaLLM Context API file service.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_Storage_AccountName = "FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:Storage:AccountName"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Storage account. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Configuration_FileService_Storage_AuthenticationType = "FoundationaLLM:APIEndpoints:ContextAPI:Configuration:FileService:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Context API.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:ContextAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_ContextAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:ContextAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Context API.

public const string FoundationaLLM_APIEndpoints_ContextAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:ContextAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_AllowedUploadFileExtensions

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:AllowedUploadFileExtensions setting.

Value description:
The comma-separated list file extensions that users are allowed to upload to a conversation.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_AllowedUploadFileExtensions = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:AllowedUploadFileExtensions"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_AzureAIAgentsFileSearchFileExtensions

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:AzureAIAgentsFileSearchFileExtensions setting.

Value description:
The comma-separated list file extensions that are supported by the Azure AI Agent Service file search tool.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_AzureAIAgentsFileSearchFileExtensions = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:AzureAIAgentsFileSearchFileExtensions"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_AzureOpenAIAssistantsFileSearchFileExtensions

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:AzureOpenAIAssistantsFileSearchFileExtensions setting.

Value description:
The comma-separated list file extensions that are supported by the Azure OpenAI Assistants file search tool.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_AzureOpenAIAssistantsFileSearchFileExtensions = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:AzureOpenAIAssistantsFileSearchFileExtensions"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_BypassGatekeeper

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:BypassGatekeeper setting.

Value description:
The flag that indicates whether the Core API should bypass or not the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_BypassGatekeeper = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:BypassGatekeeper"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CompletionResponsePollingIntervalSeconds

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CompletionResponsePollingIntervalSeconds setting.

Value description:
The size in seconds of the polling interval used to check for completion responses.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CompletionResponsePollingIntervalSeconds = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CompletionResponsePollingIntervalSeconds"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_ChangeFeedLeaseContainer

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:ChangeFeedLeaseContainer setting.

Value description:
The name of the container used by Azure Cosmos DB to manage the change feed leases.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_ChangeFeedLeaseContainer = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:ChangeFeedLeaseContainer"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_Containers

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:Containers setting.

Value description:
The comma-separated list of database containers used by the Core API.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_Containers = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:Containers"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_Database

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:Database setting.

Value description:
The name of the Azure Cosmos DB database used by the Core API.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_Database = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:Database"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_Endpoint

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:Endpoint setting.

Value description:
The URL of the Azure Cosmos DB service used by the Core API.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_Endpoint = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:Endpoint"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_MonitoredContainers

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:MonitoredContainers setting.

Value description:
The comma-separated list of database containers that are monitored for changes using the change feed.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_CosmosDB_MonitoredContainers = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:CosmosDB:MonitoredContainers"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_AllowACLAuthorization

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:AllowACLAuthorization setting.

Value description:
Indicates whether tokens that do not have either of the "scp" or "roles" claims are accepted (true means they are accepted).

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_AllowACLAuthorization = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:AllowACLAuthorization"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_CallbackPath

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:CallbackPath setting.

Value description:
The path where the Entra ID instance will redirect during authentication.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_CallbackPath = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:CallbackPath"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_ClientId

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:ClientId setting.

Value description:
The unique identifier of the Entra ID app registration used by the Core API to authenticate.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_ClientId = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:ClientId"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_Instance

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:Instance setting.

Value description:
The URL of the Entra ID instance used for authentication.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_Instance = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:Instance"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_RequireScopes

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:RequireScopes setting.

Value description:
Indicates whether a scope ("scp") claim is required for authorization.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_RequireScopes = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:RequireScopes"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_Scopes

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:Scopes setting.

Value description:
The list of scopes exposed by the Core API.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_Scopes = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:Scopes"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_TenantId

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:TenantId setting.

Value description:
The unique identifier of the Entra ID tenant used for authentication.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_Entra_TenantId = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:Entra:TenantId"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Configuration_MaxUploadsPerMessage

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Configuration:MaxUploadsPerMessage setting.

Value description:
The maximum number of files that can be uploaded for a single conversation message.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Configuration_MaxUploadsPerMessage = "FoundationaLLM:APIEndpoints:CoreAPI:Configuration:MaxUploadsPerMessage"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Essentials_APIUrl

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Essentials:APIUrl setting.

Value description:
The URL of the Core API. Since it's an entry point API, the Core API does not have a corresponding APIEndpointConfiguration resource and thus the URL must be kept as a configuration setting.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Essentials_APIUrl = "FoundationaLLM:APIEndpoints:CoreAPI:Essentials:APIUrl"

Field Value

string

FoundationaLLM_APIEndpoints_CoreAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:CoreAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Core API.

public const string FoundationaLLM_APIEndpoints_CoreAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:CoreAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_CoreWorker_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:CoreWorker:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Core Worker service.

public const string FoundationaLLM_APIEndpoints_CoreWorker_Essentials_APIKey = "FoundationaLLM:APIEndpoints:CoreWorker:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_CoreWorker_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:CoreWorker:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Core Worker service.

public const string FoundationaLLM_APIEndpoints_CoreWorker_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:CoreWorker:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_DataPipelineAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:DataPipelineAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Data Pipeline API.

public const string FoundationaLLM_APIEndpoints_DataPipelineAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:DataPipelineAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_DataPipelineAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:DataPipelineAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Data Pipeline API.

public const string FoundationaLLM_APIEndpoints_DataPipelineAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:DataPipelineAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_DataPipelineBackendWorker_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:DataPipelineBackendWorker:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Data Pipeline Backend Worker service.

public const string FoundationaLLM_APIEndpoints_DataPipelineBackendWorker_Essentials_APIKey = "FoundationaLLM:APIEndpoints:DataPipelineBackendWorker:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_DataPipelineBackendWorker_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:DataPipelineBackendWorker:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Data Pipeline Backend Worker service.

public const string FoundationaLLM_APIEndpoints_DataPipelineBackendWorker_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:DataPipelineBackendWorker:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_DataPipelineFrontendWorker_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:DataPipelineFrontendWorker:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Data Pipeline Frontend Worker service.

public const string FoundationaLLM_APIEndpoints_DataPipelineFrontendWorker_Essentials_APIKey = "FoundationaLLM:APIEndpoints:DataPipelineFrontendWorker:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_DataPipelineFrontendWorker_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:DataPipelineFrontendWorker:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Data Pipeline Frontend Worker service.

public const string FoundationaLLM_APIEndpoints_DataPipelineFrontendWorker_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:DataPipelineFrontendWorker:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableAzureContentSafety

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableAzureContentSafety setting.

Value description:
Indicates whether Azure Content Safety is available for use by the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableAzureContentSafety = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableAzureContentSafety"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableAzureContentSafetyPromptShields

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableAzureContentSafetyPromptShields setting.

Value description:
Indicates whether Azure Content Safety Prompt Shields is available for use by the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableAzureContentSafetyPromptShields = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableAzureContentSafetyPromptShields"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableEnkryptGuardrails

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableEnkryptGuardrails setting.

Value description:
Indicates whether Enkrypt Guardrails is available for use by the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableEnkryptGuardrails = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableEnkryptGuardrails"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableLakeraGuard

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableLakeraGuard setting.

Value description:
Indicates whether Lakera Guard is available for use by the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableLakeraGuard = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableLakeraGuard"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableMicrosoftPresidio

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableMicrosoftPresidio setting.

Value description:
Indicates whether Microsoft Presidio is available for use by the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Configuration_EnableMicrosoftPresidio = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Configuration:EnableMicrosoftPresidio"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Gatekeeper API.

public const string FoundationaLLM_APIEndpoints_GatekeeperAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:GatekeeperAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperIntegrationAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperIntegrationAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Gatekeeper Integration API.

public const string FoundationaLLM_APIEndpoints_GatekeeperIntegrationAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:GatekeeperIntegrationAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_GatekeeperIntegrationAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:GatekeeperIntegrationAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Gatekeeper Integration API.

public const string FoundationaLLM_APIEndpoints_GatekeeperIntegrationAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:GatekeeperIntegrationAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAPI_Configuration_AzureAIAgentServiceMaxVectorizationTimeSeconds

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAPI:Configuration:AzureAIAgentServiceMaxVectorizationTimeSeconds setting.

Value description:
The maximum time in seconds allowed for an Azure AI Agent Service vectorization process to complete.

public const string FoundationaLLM_APIEndpoints_GatewayAPI_Configuration_AzureAIAgentServiceMaxVectorizationTimeSeconds = "FoundationaLLM:APIEndpoints:GatewayAPI:Configuration:AzureAIAgentServiceMaxVectorizationTimeSeconds"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAPI_Configuration_AzureOpenAIAccounts

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAPI:Configuration:AzureOpenAIAccounts setting.

Value description:
The comma-separated list of Azure OpenAI account names used by the Gateway API.

public const string FoundationaLLM_APIEndpoints_GatewayAPI_Configuration_AzureOpenAIAccounts = "FoundationaLLM:APIEndpoints:GatewayAPI:Configuration:AzureOpenAIAccounts"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAPI_Configuration_AzureOpenAIAssistantsMaxVectorizationTimeSeconds

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAPI:Configuration:AzureOpenAIAssistantsMaxVectorizationTimeSeconds setting.

Value description:
The maximum time in seconds allowed for an Azure OpenAI Assistants vectorization process to complete.

public const string FoundationaLLM_APIEndpoints_GatewayAPI_Configuration_AzureOpenAIAssistantsMaxVectorizationTimeSeconds = "FoundationaLLM:APIEndpoints:GatewayAPI:Configuration:AzureOpenAIAssistantsMaxVectorizationTimeSeconds"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Gateway API.

public const string FoundationaLLM_APIEndpoints_GatewayAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:GatewayAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Gateway API.

public const string FoundationaLLM_APIEndpoints_GatewayAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:GatewayAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAdapterAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAdapterAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Gateway Adapter API.

public const string FoundationaLLM_APIEndpoints_GatewayAdapterAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:GatewayAdapterAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_GatewayAdapterAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:GatewayAdapterAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Gateway Adapter API.

public const string FoundationaLLM_APIEndpoints_GatewayAdapterAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:GatewayAdapterAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_Modules

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:Modules setting.

Value description:
Modules configured for external use in the LangChainAPI. The content should have the following pattern: module_name|module_tool_manager,module_name|module_tool_manager...

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_Modules = "FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:Modules"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_RootStorageContainer

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:RootStorageContainer setting.

Value description:
The name of the root container in the Azure Storage account.

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_RootStorageContainer = "FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:RootStorageContainer"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_Storage_AccountName

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:Storage:AccountName setting.

Value description:
The Azure Storage account for external modules.

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_Storage_AccountName = "FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:Storage:AccountName"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Storage account. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_ExternalModules_Storage_AuthenticationType = "FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:ExternalModules:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_PollingIntervalSeconds

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:PollingIntervalSeconds setting.

Value description:
The interval in seconds at which the LangChain API will be polled for status.

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Configuration_PollingIntervalSeconds = "FoundationaLLM:APIEndpoints:LangChainAPI:Configuration:PollingIntervalSeconds"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the LangChain API.

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:LangChainAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_LangChainAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:LangChainAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the LangChain API.

public const string FoundationaLLM_APIEndpoints_LangChainAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:LangChainAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_AllowedUploadFileExtensions

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:AllowedUploadFileExtensions setting.

Value description:
The comma-separated list file extensions that users are allowed to upload to a conversation.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_AllowedUploadFileExtensions = "FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:AllowedUploadFileExtensions"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_CallbackPath

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:CallbackPath setting.

Value description:
The path where the Entra ID instance will redirect during authentication.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_CallbackPath = "FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:CallbackPath"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_ClientId

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:ClientId setting.

Value description:
The unique identifier of the Entra ID app registration used by the Management API to authenticate.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_ClientId = "FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:ClientId"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_Instance

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:Instance setting.

Value description:
The URL of the Entra ID instance used for authentication.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_Instance = "FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:Instance"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_Scopes

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:Scopes setting.

Value description:
The list of scopes exposed by the Management API.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_Scopes = "FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:Scopes"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_TenantId

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:TenantId setting.

Value description:
The unique identifier of the Entra ID tenant used for authentication.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Configuration_Entra_TenantId = "FoundationaLLM:APIEndpoints:ManagementAPI:Configuration:Entra:TenantId"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Essentials_APIUrl

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Essentials:APIUrl setting.

Value description:
The URL of the Management API. Since it's an entry point API, the Management API does not have a corresponding APIEndpointConfiguration resource and thus the URL must be kept as a configuration setting.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Essentials_APIUrl = "FoundationaLLM:APIEndpoints:ManagementAPI:Essentials:APIUrl"

Field Value

string

FoundationaLLM_APIEndpoints_ManagementAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:ManagementAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Management API.

public const string FoundationaLLM_APIEndpoints_ManagementAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:ManagementAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_OrchestrationAPI_Configuration_CompletionRequestsStorage_AccountName

The app configuration key for the FoundationaLLM:APIEndpoints:OrchestrationAPI:Configuration:CompletionRequestsStorage:AccountName setting.

Value description:
The Azure Storage account for persisted completion requests.

public const string FoundationaLLM_APIEndpoints_OrchestrationAPI_Configuration_CompletionRequestsStorage_AccountName = "FoundationaLLM:APIEndpoints:OrchestrationAPI:Configuration:CompletionRequestsStorage:AccountName"

Field Value

string

FoundationaLLM_APIEndpoints_OrchestrationAPI_Configuration_CompletionRequestsStorage_AuthenticationType

The app configuration key for the FoundationaLLM:APIEndpoints:OrchestrationAPI:Configuration:CompletionRequestsStorage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Storage account. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_APIEndpoints_OrchestrationAPI_Configuration_CompletionRequestsStorage_AuthenticationType = "FoundationaLLM:APIEndpoints:OrchestrationAPI:Configuration:CompletionRequestsStorage:AuthenticationType"

Field Value

string

FoundationaLLM_APIEndpoints_OrchestrationAPI_Configuration_CompletionRequestsStorage_ContainerName

The app configuration key for the FoundationaLLM:APIEndpoints:OrchestrationAPI:Configuration:CompletionRequestsStorage:ContainerName setting.

Value description:
The name of the root container in the Azure Storage account.

public const string FoundationaLLM_APIEndpoints_OrchestrationAPI_Configuration_CompletionRequestsStorage_ContainerName = "FoundationaLLM:APIEndpoints:OrchestrationAPI:Configuration:CompletionRequestsStorage:ContainerName"

Field Value

string

FoundationaLLM_APIEndpoints_OrchestrationAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:OrchestrationAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Orchestration API.

public const string FoundationaLLM_APIEndpoints_OrchestrationAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:OrchestrationAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_OrchestrationAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:OrchestrationAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Orchestration API.

public const string FoundationaLLM_APIEndpoints_OrchestrationAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:OrchestrationAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_SemanticKernelAPI_Configuration_MaxConcurrentCompletions

The app configuration key for the FoundationaLLM:APIEndpoints:SemanticKernelAPI:Configuration:MaxConcurrentCompletions setting.

Value description:
The maximum number of background completion operations allowed to run in parallel. If a new completion request comes in and the maximum number is already reached, the request will generate an error.

public const string FoundationaLLM_APIEndpoints_SemanticKernelAPI_Configuration_MaxConcurrentCompletions = "FoundationaLLM:APIEndpoints:SemanticKernelAPI:Configuration:MaxConcurrentCompletions"

Field Value

string

FoundationaLLM_APIEndpoints_SemanticKernelAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:SemanticKernelAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Semantic Kernel API.

public const string FoundationaLLM_APIEndpoints_SemanticKernelAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:SemanticKernelAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_SemanticKernelAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:SemanticKernelAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Semantic Kernel API.

public const string FoundationaLLM_APIEndpoints_SemanticKernelAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:SemanticKernelAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_StateAPI_Configuration_CosmosDB_Containers

The app configuration key for the FoundationaLLM:APIEndpoints:StateAPI:Configuration:CosmosDB:Containers setting.

Value description:
The comma-separated list of database containers used by the State API.

public const string FoundationaLLM_APIEndpoints_StateAPI_Configuration_CosmosDB_Containers = "FoundationaLLM:APIEndpoints:StateAPI:Configuration:CosmosDB:Containers"

Field Value

string

FoundationaLLM_APIEndpoints_StateAPI_Configuration_CosmosDB_Database

The app configuration key for the FoundationaLLM:APIEndpoints:StateAPI:Configuration:CosmosDB:Database setting.

Value description:
The name of the Azure Cosmos DB database used by the State API.

public const string FoundationaLLM_APIEndpoints_StateAPI_Configuration_CosmosDB_Database = "FoundationaLLM:APIEndpoints:StateAPI:Configuration:CosmosDB:Database"

Field Value

string

FoundationaLLM_APIEndpoints_StateAPI_Configuration_CosmosDB_Endpoint

The app configuration key for the FoundationaLLM:APIEndpoints:StateAPI:Configuration:CosmosDB:Endpoint setting.

Value description:
The URL of the Azure Cosmos DB service used by the State API.

public const string FoundationaLLM_APIEndpoints_StateAPI_Configuration_CosmosDB_Endpoint = "FoundationaLLM:APIEndpoints:StateAPI:Configuration:CosmosDB:Endpoint"

Field Value

string

FoundationaLLM_APIEndpoints_StateAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:StateAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the State API.

public const string FoundationaLLM_APIEndpoints_StateAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:StateAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_StateAPI_Essentials_APIUrl

The app configuration key for the FoundationaLLM:APIEndpoints:StateAPI:Essentials:APIUrl setting.

Value description:
The URL of the State API. This entry supports the dependency of the Orchestration implementations to retrieve the URL. Python APIs do not have a resource provider implementation to retrieve the details.

public const string FoundationaLLM_APIEndpoints_StateAPI_Essentials_APIUrl = "FoundationaLLM:APIEndpoints:StateAPI:Essentials:APIUrl"

Field Value

string

FoundationaLLM_APIEndpoints_StateAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:StateAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the State API.

public const string FoundationaLLM_APIEndpoints_StateAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:StateAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_VectorizationAPI_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:VectorizationAPI:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Vectorization API.

public const string FoundationaLLM_APIEndpoints_VectorizationAPI_Essentials_APIKey = "FoundationaLLM:APIEndpoints:VectorizationAPI:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_VectorizationAPI_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:VectorizationAPI:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Vectorization API.

public const string FoundationaLLM_APIEndpoints_VectorizationAPI_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:VectorizationAPI:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_APIEndpoints_VectorizationWorker_Essentials_APIKey

The app configuration key for the FoundationaLLM:APIEndpoints:VectorizationWorker:Essentials:APIKey setting.

Value description:
The name of the Azure Key Vault secret holding the API key for the Vectorization Worker service.

public const string FoundationaLLM_APIEndpoints_VectorizationWorker_Essentials_APIKey = "FoundationaLLM:APIEndpoints:VectorizationWorker:Essentials:APIKey"

Field Value

string

FoundationaLLM_APIEndpoints_VectorizationWorker_Essentials_AppInsightsConnectionString

The app configuration key for the FoundationaLLM:APIEndpoints:VectorizationWorker:Essentials:AppInsightsConnectionString setting.

Value description:
The name of the Azure Key Vault secret holding the connection string for the App Insights service used by the Vectorization worker service.

public const string FoundationaLLM_APIEndpoints_VectorizationWorker_Essentials_AppInsightsConnectionString = "FoundationaLLM:APIEndpoints:VectorizationWorker:Essentials:AppInsightsConnectionString"

Field Value

string

FoundationaLLM_Branding_AccentColor

The app configuration key for the FoundationaLLM:Branding:AccentColor setting.

Value description:
Accent color.

public const string FoundationaLLM_Branding_AccentColor = "FoundationaLLM:Branding:AccentColor"

Field Value

string

FoundationaLLM_Branding_AccentTextColor

The app configuration key for the FoundationaLLM:Branding:AccentTextColor setting.

Value description:
Accent text color.

public const string FoundationaLLM_Branding_AccentTextColor = "FoundationaLLM:Branding:AccentTextColor"

Field Value

string

FoundationaLLM_Branding_AgentIconUrl

The app configuration key for the FoundationaLLM:Branding:AgentIconUrl setting.

Value description:
The agent icon that displays next to the agent select list and agent responses. Can be an absolute URL, relative path, or base64string value.

public const string FoundationaLLM_Branding_AgentIconUrl = "FoundationaLLM:Branding:AgentIconUrl"

Field Value

string

FoundationaLLM_Branding_BackgroundColor

The app configuration key for the FoundationaLLM:Branding:BackgroundColor setting.

Value description:
BackgroundColor.

public const string FoundationaLLM_Branding_BackgroundColor = "FoundationaLLM:Branding:BackgroundColor"

Field Value

string

FoundationaLLM_Branding_CompanyName

The app configuration key for the FoundationaLLM:Branding:CompanyName setting.

Value description:
Company name.

public const string FoundationaLLM_Branding_CompanyName = "FoundationaLLM:Branding:CompanyName"

Field Value

string

FoundationaLLM_Branding_DefaultAgentWelcomeMessage

The app configuration key for the FoundationaLLM:Branding:DefaultAgentWelcomeMessage setting.

Value description:
Message to display when starting a new conversation with an agent. This is displayed when the agent is not selected or if the selected agent does not have a configured welcome message.

public const string FoundationaLLM_Branding_DefaultAgentWelcomeMessage = "FoundationaLLM:Branding:DefaultAgentWelcomeMessage"

Field Value

string

FoundationaLLM_Branding_FavIconUrl

The app configuration key for the FoundationaLLM:Branding:FavIconUrl setting.

Value description:
Fav icon url.

public const string FoundationaLLM_Branding_FavIconUrl = "FoundationaLLM:Branding:FavIconUrl"

Field Value

string

FoundationaLLM_Branding_FooterText

The app configuration key for the FoundationaLLM:Branding:FooterText setting.

Value description:
Footer text.

public const string FoundationaLLM_Branding_FooterText = "FoundationaLLM:Branding:FooterText"

Field Value

string

FoundationaLLM_Branding_KioskMode

The app configuration key for the FoundationaLLM:Branding:KioskMode setting.

Value description:
Kiosk mode.

public const string FoundationaLLM_Branding_KioskMode = "FoundationaLLM:Branding:KioskMode"

Field Value

string

FoundationaLLM_Branding_LogoText

The app configuration key for the FoundationaLLM:Branding:LogoText setting.

Value description:
Logo text.

public const string FoundationaLLM_Branding_LogoText = "FoundationaLLM:Branding:LogoText"

Field Value

string

FoundationaLLM_Branding_LogoUrl

The app configuration key for the FoundationaLLM:Branding:LogoUrl setting.

Value description:
Logo url.

public const string FoundationaLLM_Branding_LogoUrl = "FoundationaLLM:Branding:LogoUrl"

Field Value

string

FoundationaLLM_Branding_NoAgentsMessage

The app configuration key for the FoundationaLLM:Branding:NoAgentsMessage setting.

Value description:
Message to display to users when their agent list is empty.

public const string FoundationaLLM_Branding_NoAgentsMessage = "FoundationaLLM:Branding:NoAgentsMessage"

Field Value

string

FoundationaLLM_Branding_PageTitle

The app configuration key for the FoundationaLLM:Branding:PageTitle setting.

Value description:
Page title.

public const string FoundationaLLM_Branding_PageTitle = "FoundationaLLM:Branding:PageTitle"

Field Value

string

FoundationaLLM_Branding_PrimaryButtonBackgroundColor

The app configuration key for the FoundationaLLM:Branding:PrimaryButtonBackgroundColor setting.

Value description:
Primary button background color.

public const string FoundationaLLM_Branding_PrimaryButtonBackgroundColor = "FoundationaLLM:Branding:PrimaryButtonBackgroundColor"

Field Value

string

FoundationaLLM_Branding_PrimaryButtonTextColor

The app configuration key for the FoundationaLLM:Branding:PrimaryButtonTextColor setting.

Value description:
Primary button text color.

public const string FoundationaLLM_Branding_PrimaryButtonTextColor = "FoundationaLLM:Branding:PrimaryButtonTextColor"

Field Value

string

FoundationaLLM_Branding_PrimaryColor

The app configuration key for the FoundationaLLM:Branding:PrimaryColor setting.

Value description:
Primary color.

public const string FoundationaLLM_Branding_PrimaryColor = "FoundationaLLM:Branding:PrimaryColor"

Field Value

string

FoundationaLLM_Branding_PrimaryTextColor

The app configuration key for the FoundationaLLM:Branding:PrimaryTextColor setting.

Value description:
Primary text color.

public const string FoundationaLLM_Branding_PrimaryTextColor = "FoundationaLLM:Branding:PrimaryTextColor"

Field Value

string

FoundationaLLM_Branding_SecondaryButtonBackgroundColor

The app configuration key for the FoundationaLLM:Branding:SecondaryButtonBackgroundColor setting.

Value description:
Secondary button background color.

public const string FoundationaLLM_Branding_SecondaryButtonBackgroundColor = "FoundationaLLM:Branding:SecondaryButtonBackgroundColor"

Field Value

string

FoundationaLLM_Branding_SecondaryButtonTextColor

The app configuration key for the FoundationaLLM:Branding:SecondaryButtonTextColor setting.

Value description:
Secondary button text color.

public const string FoundationaLLM_Branding_SecondaryButtonTextColor = "FoundationaLLM:Branding:SecondaryButtonTextColor"

Field Value

string

FoundationaLLM_Branding_SecondaryColor

The app configuration key for the FoundationaLLM:Branding:SecondaryColor setting.

Value description:
Secondary color.

public const string FoundationaLLM_Branding_SecondaryColor = "FoundationaLLM:Branding:SecondaryColor"

Field Value

string

FoundationaLLM_Branding_SecondaryTextColor

The app configuration key for the FoundationaLLM:Branding:SecondaryTextColor setting.

Value description:
Secondary text color.

public const string FoundationaLLM_Branding_SecondaryTextColor = "FoundationaLLM:Branding:SecondaryTextColor"

Field Value

string

FoundationaLLM_Code_CodeExecution_AzureContainerAppsDynamicSessions_CodeInterpreter

The app configuration key for the FoundationaLLM:Code:CodeExecution:AzureContainerAppsDynamicSessions:CodeInterpreter setting.

Value description:
The settings for the Azure Container Apps Dynamic Sessions code interpreter code execution service.

public const string FoundationaLLM_Code_CodeExecution_AzureContainerAppsDynamicSessions_CodeInterpreter = "FoundationaLLM:Code:CodeExecution:AzureContainerAppsDynamicSessions:CodeInterpreter"

Field Value

string

FoundationaLLM_Code_CodeExecution_AzureContainerAppsDynamicSessions_CustomContainer

The app configuration key for the FoundationaLLM:Code:CodeExecution:AzureContainerAppsDynamicSessions:CustomContainer setting.

Value description:
The settings for the Azure Container Apps Dynamic Sessions custom container code execution service.

public const string FoundationaLLM_Code_CodeExecution_AzureContainerAppsDynamicSessions_CustomContainer = "FoundationaLLM:Code:CodeExecution:AzureContainerAppsDynamicSessions:CustomContainer"

Field Value

string

FoundationaLLM_Configuration_KeyVaultURI

The app configuration key for the FoundationaLLM:Configuration:KeyVaultURI setting.

Value description:
The URL of the Azure Key Vault providing the secrets.

public const string FoundationaLLM_Configuration_KeyVaultURI = "FoundationaLLM:Configuration:KeyVaultURI"

Field Value

string

FoundationaLLM_Events_Profiles_ContextAPI

The app configuration key for the FoundationaLLM:Events:Profiles:ContextAPI setting.

Value description:
The settings used by the Context API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_ContextAPI = "FoundationaLLM:Events:Profiles:ContextAPI"

Field Value

string

FoundationaLLM_Events_Profiles_CoreAPI

The app configuration key for the FoundationaLLM:Events:Profiles:CoreAPI setting.

Value description:
The settings used by the Core API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_CoreAPI = "FoundationaLLM:Events:Profiles:CoreAPI"

Field Value

string

FoundationaLLM_Events_Profiles_DataPipelineAPI

The app configuration key for the FoundationaLLM:Events:Profiles:DataPipelineAPI setting.

Value description:
The settings used by the Data Pipeline API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_DataPipelineAPI = "FoundationaLLM:Events:Profiles:DataPipelineAPI"

Field Value

string

FoundationaLLM_Events_Profiles_DataPipelineBackendWorker

The app configuration key for the FoundationaLLM:Events:Profiles:DataPipelineBackendWorker setting.

Value description:
The settings used by the Data Pipeline Backend Worker to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_DataPipelineBackendWorker = "FoundationaLLM:Events:Profiles:DataPipelineBackendWorker"

Field Value

string

FoundationaLLM_Events_Profiles_DataPipelineFrontendWorker

The app configuration key for the FoundationaLLM:Events:Profiles:DataPipelineFrontendWorker setting.

Value description:
The settings used by the Data Pipeline Frontend Worker to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_DataPipelineFrontendWorker = "FoundationaLLM:Events:Profiles:DataPipelineFrontendWorker"

Field Value

string

FoundationaLLM_Events_Profiles_GatekeeperAPI

The app configuration key for the FoundationaLLM:Events:Profiles:GatekeeperAPI setting.

Value description:
The settings used by the Gatekeeper API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_GatekeeperAPI = "FoundationaLLM:Events:Profiles:GatekeeperAPI"

Field Value

string

FoundationaLLM_Events_Profiles_GatewayAPI

The app configuration key for the FoundationaLLM:Events:Profiles:GatewayAPI setting.

Value description:
The settings used by the Gateway API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_GatewayAPI = "FoundationaLLM:Events:Profiles:GatewayAPI"

Field Value

string

FoundationaLLM_Events_Profiles_ManagementAPI

The app configuration key for the FoundationaLLM:Events:Profiles:ManagementAPI setting.

Value description:
The settings used by the Management API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_ManagementAPI = "FoundationaLLM:Events:Profiles:ManagementAPI"

Field Value

string

FoundationaLLM_Events_Profiles_OrchestrationAPI

The app configuration key for the FoundationaLLM:Events:Profiles:OrchestrationAPI setting.

Value description:
The settings used by the Orchestration API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_OrchestrationAPI = "FoundationaLLM:Events:Profiles:OrchestrationAPI"

Field Value

string

FoundationaLLM_Events_Profiles_VectorizationAPI

The app configuration key for the FoundationaLLM:Events:Profiles:VectorizationAPI setting.

Value description:
The settings used by the Vectorization API to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_VectorizationAPI = "FoundationaLLM:Events:Profiles:VectorizationAPI"

Field Value

string

FoundationaLLM_Events_Profiles_VectorizationWorker

The app configuration key for the FoundationaLLM:Events:Profiles:VectorizationWorker setting.

Value description:
The settings used by the Vectorization Worker to process Azure Event Grid events.

public const string FoundationaLLM_Events_Profiles_VectorizationWorker = "FoundationaLLM:Events:Profiles:VectorizationWorker"

Field Value

string

FoundationaLLM_Instance_Id

The app configuration key for the FoundationaLLM:Instance:Id setting.

Value description:
The unique identifier of the FoundationaLLM instance.

public const string FoundationaLLM_Instance_Id = "FoundationaLLM:Instance:Id"

Field Value

string

FoundationaLLM_Instance_IdentitySubstitutionSecurityPrincipalId

The app configuration key for the FoundationaLLM:Instance:IdentitySubstitutionSecurityPrincipalId setting.

Value description:
The object identifier of the security principal who is allowed to substitute its identity with a value provided in the X-USER-IDENTITY header.

public const string FoundationaLLM_Instance_IdentitySubstitutionSecurityPrincipalId = "FoundationaLLM:Instance:IdentitySubstitutionSecurityPrincipalId"

Field Value

string

FoundationaLLM_Instance_IdentitySubstitutionUserPrincipalNamePattern

The app configuration key for the FoundationaLLM:Instance:IdentitySubstitutionUserPrincipalNamePattern setting.

Value description:
The Regex pattern used to validate the values allowed as User Principal Name (UPN) substitutes in the X-USER-IDENTITY header.

public const string FoundationaLLM_Instance_IdentitySubstitutionUserPrincipalNamePattern = "FoundationaLLM:Instance:IdentitySubstitutionUserPrincipalNamePattern"

Field Value

string

FoundationaLLM_Instance_SecurityGroupRetrievalStrategy

The app configuration key for the FoundationaLLM:Instance:SecurityGroupRetrievalStrategy setting.

Value description:
The security group retrieval strategy of the FoundationaLLM instance.

public const string FoundationaLLM_Instance_SecurityGroupRetrievalStrategy = "FoundationaLLM:Instance:SecurityGroupRetrievalStrategy"

Field Value

string

FoundationaLLM_ManagementPortal_Authentication_Entra_CallbackPath

The app configuration key for the FoundationaLLM:ManagementPortal:Authentication:Entra:CallbackPath setting.

Value description:
The path where the Entra ID instance will redirect during authentication.

public const string FoundationaLLM_ManagementPortal_Authentication_Entra_CallbackPath = "FoundationaLLM:ManagementPortal:Authentication:Entra:CallbackPath"

Field Value

string

FoundationaLLM_ManagementPortal_Authentication_Entra_ClientId

The app configuration key for the FoundationaLLM:ManagementPortal:Authentication:Entra:ClientId setting.

Value description:
The unique identifier of the Entra ID app registration used by the Management Portal to authenticate.

public const string FoundationaLLM_ManagementPortal_Authentication_Entra_ClientId = "FoundationaLLM:ManagementPortal:Authentication:Entra:ClientId"

Field Value

string

FoundationaLLM_ManagementPortal_Authentication_Entra_Instance

The app configuration key for the FoundationaLLM:ManagementPortal:Authentication:Entra:Instance setting.

Value description:
The URL of the Entra ID instance used for authentication.

public const string FoundationaLLM_ManagementPortal_Authentication_Entra_Instance = "FoundationaLLM:ManagementPortal:Authentication:Entra:Instance"

Field Value

string

FoundationaLLM_ManagementPortal_Authentication_Entra_Scopes

The app configuration key for the FoundationaLLM:ManagementPortal:Authentication:Entra:Scopes setting.

Value description:
The list of scopes used to get the authentication token for the Management API.

public const string FoundationaLLM_ManagementPortal_Authentication_Entra_Scopes = "FoundationaLLM:ManagementPortal:Authentication:Entra:Scopes"

Field Value

string

FoundationaLLM_ManagementPortal_Authentication_Entra_TenantId

The app configuration key for the FoundationaLLM:ManagementPortal:Authentication:Entra:TenantId setting.

Value description:
The unique identifier of the Entra ID tenant used for authentication.

public const string FoundationaLLM_ManagementPortal_Authentication_Entra_TenantId = "FoundationaLLM:ManagementPortal:Authentication:Entra:TenantId"

Field Value

string

FoundationaLLM_PythonSDK_Logging_EnableConsoleLogging

The app configuration key for the FoundationaLLM:PythonSDK:Logging:EnableConsoleLogging setting.

Value description:
The flag indicating whether the Python SDK sends logs to the console or not.

public const string FoundationaLLM_PythonSDK_Logging_EnableConsoleLogging = "FoundationaLLM:PythonSDK:Logging:EnableConsoleLogging"

Field Value

string

FoundationaLLM_PythonSDK_Logging_LogLevel_Azure

The app configuration key for the FoundationaLLM:PythonSDK:Logging:LogLevel:Azure setting.

Value description:
The default logging level used by the Python SDK.

public const string FoundationaLLM_PythonSDK_Logging_LogLevel_Azure = "FoundationaLLM:PythonSDK:Logging:LogLevel:Azure"

Field Value

string

FoundationaLLM_PythonSDK_Logging_LogLevel_Default

The app configuration key for the FoundationaLLM:PythonSDK:Logging:LogLevel:Default setting.

Value description:
The default logging level used by the Python SDK.

public const string FoundationaLLM_PythonSDK_Logging_LogLevel_Default = "FoundationaLLM:PythonSDK:Logging:LogLevel:Default"

Field Value

string

FoundationaLLM_Quota_Storage_AccountName

The app configuration key for the FoundationaLLM:Quota:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM quota management service.

public const string FoundationaLLM_Quota_Storage_AccountName = "FoundationaLLM:Quota:Storage:AccountName"

Field Value

string

FoundationaLLM_Quota_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:Quota:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM quota management service. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_Quota_Storage_AuthenticationType = "FoundationaLLM:Quota:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProvidersCache_AbsoluteCacheExpirationSeconds

The app configuration key for the FoundationaLLM:ResourceProvidersCache:AbsoluteCacheExpirationSeconds setting.

Value description:
Absolute cache expiration in seconds.

public const string FoundationaLLM_ResourceProvidersCache_AbsoluteCacheExpirationSeconds = "FoundationaLLM:ResourceProvidersCache:AbsoluteCacheExpirationSeconds"

Field Value

string

FoundationaLLM_ResourceProvidersCache_CacheExpirationScanFrequencySeconds

The app configuration key for the FoundationaLLM:ResourceProvidersCache:CacheExpirationScanFrequencySeconds setting.

Value description:
Gets or sets the minimum length of time between successive scans for expired items in seconds.

public const string FoundationaLLM_ResourceProvidersCache_CacheExpirationScanFrequencySeconds = "FoundationaLLM:ResourceProvidersCache:CacheExpirationScanFrequencySeconds"

Field Value

string

FoundationaLLM_ResourceProvidersCache_CacheSizeLimit

The app configuration key for the FoundationaLLM:ResourceProvidersCache:CacheSizeLimit setting.

Value description:
The maximum number of items that can be stored in the cache.

public const string FoundationaLLM_ResourceProvidersCache_CacheSizeLimit = "FoundationaLLM:ResourceProvidersCache:CacheSizeLimit"

Field Value

string

FoundationaLLM_ResourceProvidersCache_EnableCache

The app configuration key for the FoundationaLLM:ResourceProvidersCache:EnableCache setting.

Value description:
Setting that indicates whether the resource providers should use caching.

public const string FoundationaLLM_ResourceProvidersCache_EnableCache = "FoundationaLLM:ResourceProvidersCache:EnableCache"

Field Value

string

FoundationaLLM_ResourceProvidersCache_SlidingCacheExpirationSeconds

The app configuration key for the FoundationaLLM:ResourceProvidersCache:SlidingCacheExpirationSeconds setting.

Value description:
Sets how many seconds the cache entry can be inactive (e.g. not accessed) before it will be removed. This will not extend the entry lifetime beyond the absolute expiration (if set).

public const string FoundationaLLM_ResourceProvidersCache_SlidingCacheExpirationSeconds = "FoundationaLLM:ResourceProvidersCache:SlidingCacheExpirationSeconds"

Field Value

string

FoundationaLLM_ResourceProviders_AIModel_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:AIModel:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.AIModel resource provider.

public const string FoundationaLLM_ResourceProviders_AIModel_Storage_AccountName = "FoundationaLLM:ResourceProviders:AIModel:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_AIModel_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:AIModel:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.AIModel resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_AIModel_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:AIModel:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_Agent_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:Agent:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.Agent resource provider.

public const string FoundationaLLM_ResourceProviders_Agent_Storage_AccountName = "FoundationaLLM:ResourceProviders:Agent:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_Agent_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:Agent:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.Agent resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_Agent_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:Agent:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_Attachment_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:Attachment:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.Attachment resource provider.

public const string FoundationaLLM_ResourceProviders_Attachment_Storage_AccountName = "FoundationaLLM:ResourceProviders:Attachment:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_Attachment_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:Attachment:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.Attachment resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_Attachment_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:Attachment:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_AzureAI_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:AzureAI:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.AzureAI resource provider.

public const string FoundationaLLM_ResourceProviders_AzureAI_Storage_AccountName = "FoundationaLLM:ResourceProviders:AzureAI:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_AzureAI_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:AzureAI:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.AzureAI resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_AzureAI_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:AzureAI:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_Configuration_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:Configuration:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.Configuration resource provider.

public const string FoundationaLLM_ResourceProviders_Configuration_Storage_AccountName = "FoundationaLLM:ResourceProviders:Configuration:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_Configuration_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:Configuration:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.Configuration resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_Configuration_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:Configuration:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_DataPipeline_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:DataPipeline:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.DataPipeline resource provider.

public const string FoundationaLLM_ResourceProviders_DataPipeline_Storage_AccountName = "FoundationaLLM:ResourceProviders:DataPipeline:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_DataPipeline_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:DataPipeline:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.DataPipeline resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_DataPipeline_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:DataPipeline:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_DataSource_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:DataSource:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.DataSource resource provider.

public const string FoundationaLLM_ResourceProviders_DataSource_Storage_AccountName = "FoundationaLLM:ResourceProviders:DataSource:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_DataSource_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:DataSource:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.DataSource resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_DataSource_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:DataSource:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_Plugin_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:Plugin:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.Plugin resource provider.

public const string FoundationaLLM_ResourceProviders_Plugin_Storage_AccountName = "FoundationaLLM:ResourceProviders:Plugin:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_Plugin_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:Plugin:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.Plugin resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_Plugin_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:Plugin:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_Prompt_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:Prompt:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.Prompt resource provider.

public const string FoundationaLLM_ResourceProviders_Prompt_Storage_AccountName = "FoundationaLLM:ResourceProviders:Prompt:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_Prompt_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:Prompt:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.Prompt resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_Prompt_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:Prompt:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_ResourceProviders_Vectorization_Storage_AccountName

The app configuration key for the FoundationaLLM:ResourceProviders:Vectorization:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the FoundationaLLM.Vectorization resource provider.

public const string FoundationaLLM_ResourceProviders_Vectorization_Storage_AccountName = "FoundationaLLM:ResourceProviders:Vectorization:Storage:AccountName"

Field Value

string

FoundationaLLM_ResourceProviders_Vectorization_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:ResourceProviders:Vectorization:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the FoundationaLLM.Vectorization resource provider. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_ResourceProviders_Vectorization_Storage_AuthenticationType = "FoundationaLLM:ResourceProviders:Vectorization:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_UserPortal_Authentication_Entra_CallbackPath

The app configuration key for the FoundationaLLM:UserPortal:Authentication:Entra:CallbackPath setting.

Value description:
The path where the Entra ID instance will redirect during authentication.

public const string FoundationaLLM_UserPortal_Authentication_Entra_CallbackPath = "FoundationaLLM:UserPortal:Authentication:Entra:CallbackPath"

Field Value

string

FoundationaLLM_UserPortal_Authentication_Entra_ClientId

The app configuration key for the FoundationaLLM:UserPortal:Authentication:Entra:ClientId setting.

Value description:
The unique identifier of the Entra ID app registration used by the User Portal to authenticate.

public const string FoundationaLLM_UserPortal_Authentication_Entra_ClientId = "FoundationaLLM:UserPortal:Authentication:Entra:ClientId"

Field Value

string

FoundationaLLM_UserPortal_Authentication_Entra_Instance

The app configuration key for the FoundationaLLM:UserPortal:Authentication:Entra:Instance setting.

Value description:
The URL of the Entra ID instance used for authentication.

public const string FoundationaLLM_UserPortal_Authentication_Entra_Instance = "FoundationaLLM:UserPortal:Authentication:Entra:Instance"

Field Value

string

FoundationaLLM_UserPortal_Authentication_Entra_Scopes

The app configuration key for the FoundationaLLM:UserPortal:Authentication:Entra:Scopes setting.

Value description:
The list of scopes used to get the authentication token for the Core API.

public const string FoundationaLLM_UserPortal_Authentication_Entra_Scopes = "FoundationaLLM:UserPortal:Authentication:Entra:Scopes"

Field Value

string

FoundationaLLM_UserPortal_Authentication_Entra_TenantId

The app configuration key for the FoundationaLLM:UserPortal:Authentication:Entra:TenantId setting.

Value description:
The unique identifier of the Entra ID tenant used for authentication.

public const string FoundationaLLM_UserPortal_Authentication_Entra_TenantId = "FoundationaLLM:UserPortal:Authentication:Entra:TenantId"

Field Value

string

FoundationaLLM_UserPortal_Authentication_Entra_TimeoutInMinutes

The app configuration key for the FoundationaLLM:UserPortal:Authentication:Entra:TimeoutInMinutes setting.

Value description:
The timeout in minutes for the auth token in the User Portal.

public const string FoundationaLLM_UserPortal_Authentication_Entra_TimeoutInMinutes = "FoundationaLLM:UserPortal:Authentication:Entra:TimeoutInMinutes"

Field Value

string

FoundationaLLM_UserPortal_Configuration_ShowFileUpload

The app configuration key for the FoundationaLLM:UserPortal:Configuration:ShowFileUpload setting.

Value description:
Global setting to determine if file upload is allowed on chat messages.

public const string FoundationaLLM_UserPortal_Configuration_ShowFileUpload = "FoundationaLLM:UserPortal:Configuration:ShowFileUpload"

Field Value

string

FoundationaLLM_UserPortal_Configuration_ShowLastConversationOnStartup

The app configuration key for the FoundationaLLM:UserPortal:Configuration:ShowLastConversationOnStartup setting.

Value description:
If true, the last conversation will be displayed when the user logs in. Otherwise, a new conversation placeholder appears on page load.

public const string FoundationaLLM_UserPortal_Configuration_ShowLastConversationOnStartup = "FoundationaLLM:UserPortal:Configuration:ShowLastConversationOnStartup"

Field Value

string

FoundationaLLM_UserPortal_Configuration_ShowMessageRating

The app configuration key for the FoundationaLLM:UserPortal:Configuration:ShowMessageRating setting.

Value description:
If true, rating options on agent messages will appear.

public const string FoundationaLLM_UserPortal_Configuration_ShowMessageRating = "FoundationaLLM:UserPortal:Configuration:ShowMessageRating"

Field Value

string

FoundationaLLM_UserPortal_Configuration_ShowMessageTokens

The app configuration key for the FoundationaLLM:UserPortal:Configuration:ShowMessageTokens setting.

Value description:
If true, the number of consumed tokens on agent and user messages will appear.

public const string FoundationaLLM_UserPortal_Configuration_ShowMessageTokens = "FoundationaLLM:UserPortal:Configuration:ShowMessageTokens"

Field Value

string

FoundationaLLM_UserPortal_Configuration_ShowViewPrompt

The app configuration key for the FoundationaLLM:UserPortal:Configuration:ShowViewPrompt setting.

Value description:
If true, the 'View Prompt' button on agent messages will appear.

public const string FoundationaLLM_UserPortal_Configuration_ShowViewPrompt = "FoundationaLLM:UserPortal:Configuration:ShowViewPrompt"

Field Value

string

FoundationaLLM_Vectorization_Queues_Embed_AccountName

The app configuration key for the FoundationaLLM:Vectorization:Queues:Embed:AccountName setting.

Value description:
The Azure Queue Storage account providing the Embed queue.

public const string FoundationaLLM_Vectorization_Queues_Embed_AccountName = "FoundationaLLM:Vectorization:Queues:Embed:AccountName"

Field Value

string

FoundationaLLM_Vectorization_Queues_Extract_AccountName

The app configuration key for the FoundationaLLM:Vectorization:Queues:Extract:AccountName setting.

Value description:
The Azure Queue Storage account providing the Extract queue.

public const string FoundationaLLM_Vectorization_Queues_Extract_AccountName = "FoundationaLLM:Vectorization:Queues:Extract:AccountName"

Field Value

string

FoundationaLLM_Vectorization_Queues_Index_AccountName

The app configuration key for the FoundationaLLM:Vectorization:Queues:Index:AccountName setting.

Value description:
The Azure Queue Storage account providing the Index queue.

public const string FoundationaLLM_Vectorization_Queues_Index_AccountName = "FoundationaLLM:Vectorization:Queues:Index:AccountName"

Field Value

string

FoundationaLLM_Vectorization_Queues_Partition_AccountName

The app configuration key for the FoundationaLLM:Vectorization:Queues:Partition:AccountName setting.

Value description:
The Azure Queue Storage account providing the Partition queue.

public const string FoundationaLLM_Vectorization_Queues_Partition_AccountName = "FoundationaLLM:Vectorization:Queues:Partition:AccountName"

Field Value

string

FoundationaLLM_Vectorization_StateService_Storage_AccountName

The app configuration key for the FoundationaLLM:Vectorization:StateService:Storage:AccountName setting.

Value description:
The name of the Azure Blob Storage account used by the Vectorization State service.

public const string FoundationaLLM_Vectorization_StateService_Storage_AccountName = "FoundationaLLM:Vectorization:StateService:Storage:AccountName"

Field Value

string

FoundationaLLM_Vectorization_StateService_Storage_AuthenticationType

The app configuration key for the FoundationaLLM:Vectorization:StateService:Storage:AuthenticationType setting.

Value description:
The type of authentication used to connect to the Azure Blob Storage account used by the Vectorization State service. Can be one of: AzureIdentity, AccountKey, or ConnectionString.

public const string FoundationaLLM_Vectorization_StateService_Storage_AuthenticationType = "FoundationaLLM:Vectorization:StateService:Storage:AuthenticationType"

Field Value

string

FoundationaLLM_Vectorization_Worker

The app configuration key for the FoundationaLLM:Vectorization:Worker setting.

Value description:
The processing configuration used by the Vectorization Worker service.

public const string FoundationaLLM_Vectorization_Worker = "FoundationaLLM:Vectorization:Worker"

Field Value

string