你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询。
行数据处理错误
有关未能进行处理的行的所有日志。
AOIDigestion
| where Message startswith_cs "Failed to decode row"
| take 100
按源分类的失败文件处理
无法被上传到的顶级目录(通常是 SiteId)处理的文件的明细。
AOIDigestion
| where Message startswith_cs "Failed to digest file"
| parse FilePath with Source:string "/" *
| summarize count() by Source