AzureBlobStorageApplicationLogsConfig Class

Application logs azure blob storage configuration.

Inheritance
AzureBlobStorageApplicationLogsConfig

Constructor

AzureBlobStorageApplicationLogsConfig(*, level: Optional[Union[str, azure.mgmt.web.v2021_02_01.models._web_site_management_client_enums.LogLevel]] = None, sas_url: Optional[str] = None, retention_in_days: Optional[int] = None, **kwargs)

Parameters

level
str or LogLevel
Required

Log level. Possible values include: "Off", "Verbose", "Information", "Warning", "Error".

sas_url
str
Required

SAS url to a azure blob container with read/write/list/delete permissions.

retention_in_days
int
Required

Retention in days. Remove blobs older than X days. 0 or lower means no retention.