Share via


DurableClientAttribute.ConnectionName Property

Definition

Optional. Gets or sets the name of the app setting or environment variable that contains the configured storage provider's connection string credentials.

public string? ConnectionName { get; set; }
member this.ConnectionName : string with get, set
Public Property ConnectionName As String

Property Value

The name of an app setting or environment variable containing a connection string.

Remarks

The connection name used typically comes from the appropriate storage provider configuration value in host.json. If using the default Azure Storage provider and if no connection name value is explicitly configured, the AzureWebJobsStorage connection name is used.

Applies to