DiagnosticsStorageAccountConfig model
The storage account information for storing Service Fabric diagnostic logs.
Properties
Name | Type | Required |
---|---|---|
storageAccountName | string | Yes |
protectedAccountKeyName | string | Yes |
blobEndpoint | string | Yes |
queueEndpoint | string | Yes |
tableEndpoint | string | Yes |
storageAccountName
Type: string
Required: Yes
The Azure storage account name.
protectedAccountKeyName
Type: string
Required: Yes
The protected diagnostics storage key name.
blobEndpoint
Type: string
Required: Yes
The blob endpoint of the azure storage account.
queueEndpoint
Type: string
Required: Yes
The queue endpoint of the azure storage account.
tableEndpoint
Type: string
Required: Yes
The table endpoint of the azure storage account.