PowerPlatformConnectorActivity 數據表的查詢
如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢。
依活動類型篩選的Power Platform Connector事件
顯示一天前的事件,依 PutConnection 活動類型篩選,並依使用者標識碼和環境摘要。
PowerPlatformConnectorActivity
| where EventOriginalType == "PutConnection"
| summarize by EventOriginalType, ActorName, Environment = tostring(AdditionalInfo.environmentName)