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 setting name for the app setting containing connection details used by this binding to connect to instances of the storage provider other than the default one this application communicates with.
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 containing connection details.
Remarks
For Azure Storage the default behavior is to use the value of ConnectionName. If no value exists there, then the default behavior is to use the standard `AzureWebJobsStorage` connection string for all storage usage.
Applies to
Azure SDK for .NET