Azure – How to use result of first KQL query in the second query to filter results?
I have a first KQL query that returns a list of domain names, and then I want to use these to filter another KQL query. I just can't figure out the syntax to do it. Is there a way to…