共用方式為


AOIDigestion 數據表的查詢

數據列排位錯誤

無法摘要之數據列的所有記錄。

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