Relative Content

Tag Archive for kql

Azure resource graph KQL Join

I have two queries and would like to join them. One of the queries already has a join so I’m getting confused on the process. At the end I need a complete security report that will show all the main parts. I need to include a specific resource tag and I’m trying to get Subscription rather than the ID, along with resource and resource group.

Azure resource graph KQL Join

I have two queries and would like to join them. One of the queries already has a join so I’m getting confused on the process. At the end I need a complete security report that will show all the main parts. I need to include a specific resource tag and I’m trying to get Subscription rather than the ID, along with resource and resource group.

Azure resource graph KQL Join

I have two queries and would like to join them. One of the queries already has a join so I’m getting confused on the process. At the end I need a complete security report that will show all the main parts. I need to include a specific resource tag and I’m trying to get Subscription rather than the ID, along with resource and resource group.

Azure resource graph KQL Join

I have two queries and would like to join them. One of the queries already has a join so I’m getting confused on the process. At the end I need a complete security report that will show all the main parts. I need to include a specific resource tag and I’m trying to get Subscription rather than the ID, along with resource and resource group.

Check two different tables

I would like to check two different tables and then ignore the matched results in the output.
Example: If Table1 with Source1 has the Name “ABC” as well as Number “123” or “456” and at the same time if Table2 with Source1 has Type == “Misc” then ignore the matches and return everything else. thanks