你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Web sites/slots/config 'logs' 2020-12-01
Bicep 资源定义
可以使用面向以下操作部署 sites/slots/config 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
名称属性的选项
sites/slots/config 资源根据 name 属性的值接受不同的属性。
本文介绍设置 name: 'logs'
时可用的属性。
有关其他选项,请参阅:
- appsettings
- authsettings
- authsettingsV2
- azurestorageaccounts
- backup
- connectionstrings
- metadata
- pushsettings
- web
资源格式
若要创建 Microsoft.Web/sites/slots/config 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Web/sites/slots/config@2020-12-01' = {
name: 'logs'
kind: 'string'
parent: resourceSymbolicName
properties: {
applicationLogs: {
azureBlobStorage: {
level: 'string'
retentionInDays: int
sasUrl: 'string'
}
azureTableStorage: {
level: 'string'
sasUrl: 'string'
}
fileSystem: {
level: 'string'
}
}
detailedErrorMessages: {
enabled: bool
}
failedRequestsTracing: {
enabled: bool
}
httpLogs: {
azureBlobStorage: {
enabled: bool
retentionInDays: int
sasUrl: 'string'
}
fileSystem: {
enabled: bool
retentionInDays: int
retentionInMb: int
}
}
}
}
属性值
sites/slots/config-logs
名称 | 说明 | 值 |
---|---|---|
name | 资源名称 了解如何在 Bicep 中设置子资源的名称和类型。 |
“logs” |
kind | 资源类型。 | string |
父级 (parent) | 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。 有关详细信息,请参阅 父资源之外的子资源。 |
类型为:槽的资源的符号名称 |
properties | SiteLogsConfig 资源特定的属性 | SiteLogsConfigProperties |
SiteLogsConfigProperties
名称 | 说明 | 值 |
---|---|---|
applicationLogs | 应用程序日志配置。 | ApplicationLogsConfig |
detailedErrorMessages | 详细的错误消息配置。 | EnabledConfig |
failedRequestsTracing | 失败的请求跟踪配置。 | EnabledConfig |
httpLogs | HTTP 日志配置。 | HttpLogsConfig |
ApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
azureBlobStorage | 应用程序将日志记录到 Blob 存储配置。 | AzureBlobStorageApplicationLogsConfig |
azureTableStorage | 应用程序将日志记录到 Azure 表存储配置。 | AzureTableStorageApplicationLogsConfig |
fileSystem | 应用程序将日志记录到文件系统配置中。 | FileSystemApplicationLogsConfig |
AzureBlobStorageApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | 'Error' “信息” “关” “Verbose” 'Warning' |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。 |
int |
sasUrl | 具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。 | string |
AzureTableStorageApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | 'Error' “信息” “关” “Verbose” 'Warning' |
sasUrl | 具有添加/查询/删除权限的 Azure 表的 SAS URL。 | 字符串 (必需) |
FileSystemApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | 'Error' “信息” “关” “Verbose” 'Warning' |
EnabledConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果启用配置,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
HttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
azureBlobStorage | Http 日志到 Azure Blob 存储配置。 | AzureBlobStorageHttpLogsConfig |
fileSystem | Http 日志到文件系统配置。 | FileSystemHttpLogsConfig |
AzureBlobStorageHttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果启用配置,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。 |
int |
sasUrl | 具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。 | 字符串 |
FileSystemHttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果启用配置,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的文件。 0 或更低表示不保留。 |
int |
retentionInMb | http 日志文件可以使用的最大大小(以 MB 为单位)。 到达时,将删除旧日志文件,以便为新日志文件提供空间。 值的范围可以是 25 到 100。 |
int |
ARM 模板资源定义
可以使用面向以下操作部署 sites/slots/config 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
名称属性的选项
sites/slots/config 资源根据 name 属性的值接受不同的属性。
本文介绍设置 name: 'logs'
时可用的属性。
有关其他选项,请参阅:
- appsettings
- authsettings
- authsettingsV2
- azurestorageaccounts
- backup
- connectionstrings
- metadata
- pushsettings
- web
资源格式
若要创建 Microsoft.Web/sites/slots/config 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Web/sites/slots/config",
"apiVersion": "2020-12-01",
"name": "logs",
"kind": "string",
"properties": {
"applicationLogs": {
"azureBlobStorage": {
"level": "string",
"retentionInDays": "int",
"sasUrl": "string"
},
"azureTableStorage": {
"level": "string",
"sasUrl": "string"
},
"fileSystem": {
"level": "string"
}
},
"detailedErrorMessages": {
"enabled": "bool"
},
"failedRequestsTracing": {
"enabled": "bool"
},
"httpLogs": {
"azureBlobStorage": {
"enabled": "bool",
"retentionInDays": "int",
"sasUrl": "string"
},
"fileSystem": {
"enabled": "bool",
"retentionInDays": "int",
"retentionInMb": "int"
}
}
}
}
属性值
sites/slots/config-logs
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | 'Microsoft.Web/sites/slots/config' |
apiVersion | 资源 API 版本 | '2020-12-01' |
name | 资源名称 了解如何在 JSON ARM 模板中设置子资源的名称和类型。 |
“logs” |
kind | 资源类型。 | string |
properties | SiteLogsConfig 资源特定的属性 | SiteLogsConfigProperties |
SiteLogsConfigProperties
名称 | 说明 | 值 |
---|---|---|
applicationLogs | 应用程序日志配置。 | ApplicationLogsConfig |
detailedErrorMessages | 详细的错误消息配置。 | EnabledConfig |
failedRequestsTracing | 失败的请求跟踪配置。 | EnabledConfig |
httpLogs | HTTP 日志配置。 | HttpLogsConfig |
ApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
azureBlobStorage | 应用程序将日志记录到 Blob 存储配置。 | AzureBlobStorageApplicationLogsConfig |
azureTableStorage | 应用程序将日志记录到 Azure 表存储配置。 | AzureTableStorageApplicationLogsConfig |
fileSystem | 应用程序将日志记录到文件系统配置中。 | FileSystemApplicationLogsConfig |
AzureBlobStorageApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | 'Error' “信息” “关” “Verbose” 'Warning' |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。 |
int |
sasUrl | 具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。 | 字符串 |
AzureTableStorageApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | 'Error' “信息” “关” “Verbose” 'Warning' |
sasUrl | 具有添加/查询/删除权限的 Azure 表的 SAS URL。 | 字符串 (必需) |
FileSystemApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | 'Error' “信息” “关” “Verbose” 'Warning' |
EnabledConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果启用配置,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
HttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
azureBlobStorage | Http 日志到 Azure Blob 存储配置。 | AzureBlobStorageHttpLogsConfig |
fileSystem | Http 记录到文件系统配置。 | FileSystemHttpLogsConfig |
AzureBlobStorageHttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果配置已启用,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。 |
int |
sasUrl | 具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。 | string |
FileSystemHttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果配置已启用,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的文件。 0 或更低表示不保留。 |
int |
retentionInMb | http 日志文件可以使用的最大大小(以 MB 为单位)。 到达时,将删除旧日志文件,以便为新日志文件提供空间。 值的范围可以是 25 到 100。 |
int |
Terraform (AzAPI 提供程序) 资源定义
可以使用针对以下操作部署 sites/slots/config 资源类型:
- 资源组
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
名称属性的选项
sites/slots/config 资源根据 name 属性的值接受不同的属性。
本文介绍设置 name: 'logs'
时可用的属性。
有关其他选项,请参阅:
- appsettings
- authsettings
- authsettingsV2
- azurestorageaccounts
- backup
- connectionstrings
- metadata
- pushsettings
- web
资源格式
若要创建 Microsoft.Web/sites/slots/config 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/sites/slots/config@2020-12-01"
name = "logs"
parent_id = "string"
body = jsonencode({
properties = {
applicationLogs = {
azureBlobStorage = {
level = "string"
retentionInDays = int
sasUrl = "string"
}
azureTableStorage = {
level = "string"
sasUrl = "string"
}
fileSystem = {
level = "string"
}
}
detailedErrorMessages = {
enabled = bool
}
failedRequestsTracing = {
enabled = bool
}
httpLogs = {
azureBlobStorage = {
enabled = bool
retentionInDays = int
sasUrl = "string"
}
fileSystem = {
enabled = bool
retentionInDays = int
retentionInMb = int
}
}
}
kind = "string"
})
}
属性值
sites/slots/config-logs
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | “Microsoft.Web/sites/slots/config@2020-12-01” |
name | 资源名称 | “logs” |
parent_id | 此资源的父资源 ID。 | 类型为“槽”的资源的 ID |
kind | 资源类型。 | string |
properties | SiteLogsConfig 资源特定的属性 | SiteLogsConfigProperties |
SiteLogsConfigProperties
名称 | 说明 | 值 |
---|---|---|
applicationLogs | 应用程序日志配置。 | ApplicationLogsConfig |
detailedErrorMessages | 详细的错误消息配置。 | EnabledConfig |
failedRequestsTracing | 失败的请求跟踪配置。 | EnabledConfig |
httpLogs | HTTP 日志配置。 | HttpLogsConfig |
ApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
azureBlobStorage | 应用程序日志到 Blob 存储配置。 | AzureBlobStorageApplicationLogsConfig |
azureTableStorage | 应用程序将日志记录到 azure 表存储配置。 | AzureTableStorageApplicationLogsConfig |
fileSystem | 应用程序将日志记录到文件系统配置。 | FileSystemApplicationLogsConfig |
AzureBlobStorageApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | “错误” “信息” "Off" “详细” “警告” |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。 |
int |
sasUrl | 具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。 | string |
AzureTableStorageApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | “错误” “信息” "Off" “详细” “警告” |
sasUrl | 具有添加/查询/删除权限的 Azure 表的 SAS URL。 | 字符串 (必需) |
FileSystemApplicationLogsConfig
名称 | 说明 | 值 |
---|---|---|
level | 日志级别。 | “错误” “信息” "Off" “详细” “警告” |
EnabledConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果配置已启用,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
HttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
azureBlobStorage | Http 日志到 Azure Blob 存储配置。 | AzureBlobStorageHttpLogsConfig |
fileSystem | Http 记录到文件系统配置。 | FileSystemHttpLogsConfig |
AzureBlobStorageHttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果配置已启用,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。 |
int |
sasUrl | 具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。 | string |
FileSystemHttpLogsConfig
名称 | 说明 | 值 |
---|---|---|
enabled | 如果配置已启用,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。 | bool |
retentionInDays | 以天为单位的保留期。 删除早于 X 天的文件。 0 或更低表示不保留。 |
int |
retentionInMb | http 日志文件可以使用的最大大小(以 MB 为单位)。 到达时,将删除旧日志文件,以便为新日志文件提供空间。 值的范围可以是 25 到 100。 |
int |