AzureStorageOptions.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.
Gets or sets the name of the Azure Storage connection information used to manage the underlying Azure Storage resources.
public string ConnectionName { get; set; }
member this.ConnectionName : string with get, set
Public Property ConnectionName As String
Property Value
The name of a connection-related key that exists in the app's application settings. The value may refer to a connection string or the section detailing additional connection metadata.
Remarks
The value may refer to either a connection string or the configuration section containing connection metadata. The default behavior is to use the standard AzureWebJobsStorage
connection for all storage usage.
Applies to
Azure SDK for .NET