AzureTableStorageApplicationLogsConfig Class

Application logs to Azure table storage configuration.

Constructor

AzureTableStorageApplicationLogsConfig(*args: Any, **kwargs: Any)

Variables

Name Description
level

Log level. Known values are: "Off", "Verbose", "Information", "Warning", and "Error".

sas_url
str

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

Attributes

level

"Off", "Verbose", "Information", "Warning", and "Error".

level: str | _models.LogLevel | None

sas_url

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

sas_url: str