Condividi tramite


AzureStorageOptions.TrackingStoreConnectionName Property

Definition

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