Table of Contents

Class AzureOptions

Namespace
arolariu.Backend.Common.Options
Assembly
arolariu.Backend.Common.dll

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

string

CognitiveServicesKey

The key of the Azure Cognitive Services.

public string CognitiveServicesKey { get; set; }

Property Value

string

KeyVaultEndpoint

The URI of the Azure Key Vault.

public string KeyVaultEndpoint { get; set; }

Property Value

string

KeyVaultName

The name of the Azure Key Vault.

public string KeyVaultName { get; set; }

Property Value

string

NoSqlConnectionString

The connection string to the Azure NoSQL database.

public string NoSqlConnectionString { get; set; }

Property Value

string

OpenAIEndpoint

The endpoint of the Azure OpenAI service.

public string OpenAIEndpoint { get; set; }

Property Value

string

OpenAIKey

The key of the Azure OpenAI service.

public string OpenAIKey { get; set; }

Property Value

string

SqlConnectionString

The connection string to the Azure SQL database.

public string SqlConnectionString { get; set; }

Property Value

string

StorageAccountConnectionString

The connection string to the Azure Storage account.

public string StorageAccountConnectionString { get; set; }

Property Value

string

StorageAccountEndpoint

The key of the Azure Storage account.

public string StorageAccountEndpoint { get; set; }

Property Value

string

StorageAccountName

The name of the Azure Storage account.

public string StorageAccountName { get; set; }

Property Value

string

TenantId

The Azure Tenant ID.

public string TenantId { get; set; }

Property Value

string