PowerPlatformConnectorActivity 테이블에 대한 쿼리
Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.
활동 유형별로 필터링된 Power Platform Connector 이벤트
PutConnection 활동 유형별로 필터링되고 사용자 ID 및 환경별로 요약된 하루 이상 전의 이벤트를 표시합니다.
PowerPlatformConnectorActivity
| where EventOriginalType == "PutConnection"
| summarize by EventOriginalType, ActorName, Environment = tostring(AdditionalInfo.environmentName)