and | or | limit | top
and
VMConnection
| where ProcessName =="python3"
| where SourceIp == "127.0.0.1"VMConnection
| where ProcessName =="python3"
and SourceIp == "127.0.0.1"or
and or combination
limit
top
Last updated

