SlotLogsHttpLogsAzureBlobStorage

data class SlotLogsHttpLogsAzureBlobStorage(val retentionInDays: Int, val sasUrl: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.