AzureTableStorageApplicationLogsConfig Class

Application logs to Azure table storage configuration.

All required parameters must be populated in order to send to Azure.

Inheritance
AzureTableStorageApplicationLogsConfig

Constructor

AzureTableStorageApplicationLogsConfig(*, sas_url: str, level: Optional[Union[str, azure.mgmt.web.v2018_02_01.models._web_site_management_client_enums.LogLevel]] = None, **kwargs)

Parameters

level
str or LogLevel
Required

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

sas_url
str
Required

Required. SAS URL to an Azure table with add/query/delete permissions.