AzureStorageOptions.TrackingStoreConnectionName 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 to use for the durable tracking store (History and Instances tables).
public string TrackingStoreConnectionName { get; set; }
member this.TrackingStoreConnectionName : string with get, set
Public Property TrackingStoreConnectionName 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
If not specified, the ConnectionName connection string is used for the durable tracking store.
This property is primarily useful when deploying multiple apps that need to share the same tracking infrastructure. For example, when deploying two versions of an app side by side, using the same tracking store allows both versions to save history into the same table, which allows clients to query for instance status across all versions.
Applies to
Azure SDK for .NET