Queries for the EGNFailedHttpDataPlaneOperations table
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
TLS 1.3 Lower query
Clients using TLS of version lower than 1.3.
EGNSuccessfulHttpDataPlaneOperations
| where TLSVersion != "1.3"
| summarize count() by CallerIpAddress