Share via


AegDataPlaneRequests tablosu için sorgular

Benzersiz yetkisiz veya yasak istemci IP adresleri

EventGrid'in yetkisiz veya yasak istekler aldığı istemci IP adreslerinin listesini alın.

EventGridDataPlaneRequests
| where OperationResult == "Unauthorized" or OperationResult == "Forbidden"
| summarize count() by ClientIpAddress