Class AzureOptions
Options for the Azure services.
public sealed class AzureOptions
- Inheritance
-
AzureOptions
- Inherited Members
Properties
CognitiveServicesEndpoint
The endpoint of the Azure Cognitive Services.
public string CognitiveServicesEndpoint { get; set; }
Property Value
CognitiveServicesKey
The key of the Azure Cognitive Services.
public string CognitiveServicesKey { get; set; }
Property Value
KeyVaultEndpoint
The URI of the Azure Key Vault.
public string KeyVaultEndpoint { get; set; }
Property Value
KeyVaultName
The name of the Azure Key Vault.
public string KeyVaultName { get; set; }
Property Value
NoSqlConnectionString
The connection string to the Azure NoSQL database.
public string NoSqlConnectionString { get; set; }
Property Value
OpenAIEndpoint
The endpoint of the Azure OpenAI service.
public string OpenAIEndpoint { get; set; }
Property Value
OpenAIKey
The key of the Azure OpenAI service.
public string OpenAIKey { get; set; }
Property Value
SqlConnectionString
The connection string to the Azure SQL database.
public string SqlConnectionString { get; set; }
Property Value
StorageAccountConnectionString
The connection string to the Azure Storage account.
public string StorageAccountConnectionString { get; set; }
Property Value
StorageAccountEndpoint
The key of the Azure Storage account.
public string StorageAccountEndpoint { get; set; }
Property Value
StorageAccountName
The name of the Azure Storage account.
public string StorageAccountName { get; set; }
Property Value
TenantId
The Azure Tenant ID.
public string TenantId { get; set; }