DurableClientAttribute.ConnectionName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET