DiagnosticsStorageAccountConfig interface
The storage account information for storing Service Fabric diagnostic logs.
Properties
blob |
The blob endpoint of the azure storage account. |
protected |
The protected diagnostics storage key name. |
protected |
The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other. |
queue |
The queue endpoint of the azure storage account. |
storage |
The Azure storage account name. |
table |
The table endpoint of the azure storage account. |
Property Details
blobEndpoint
The blob endpoint of the azure storage account.
blobEndpoint: string
Property Value
string
protectedAccountKeyName
The protected diagnostics storage key name.
protectedAccountKeyName: string
Property Value
string
protectedAccountKeyName2
The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other.
protectedAccountKeyName2?: string
Property Value
string
queueEndpoint
The queue endpoint of the azure storage account.
queueEndpoint: string
Property Value
string
storageAccountName
The Azure storage account name.
storageAccountName: string
Property Value
string
tableEndpoint
The table endpoint of the azure storage account.
tableEndpoint: string
Property Value
string