SlotLogsApplicationLogsAzureBlobStorage

data class SlotLogsApplicationLogsAzureBlobStorage(val level: String, val retentionInDays: Int, val sasUrl: String)

Constructors

Link copied to clipboard
constructor(level: String, retentionInDays: Int, sasUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The level at which to log. Possible values include Error, Warning, Information, Verbose and Off. NOTE: this field is not available for http_logs

Link copied to clipboard

The number of days to retain logs for.

Link copied to clipboard

The URL to the storage container, with a Service SAS token appended. NOTE: there is currently no means of generating Service SAS tokens with the azurerm provider.