I'm facing an issue with slow performance in this post: Slow performing triple Foreach with Parallelism taking up 40 minutes with LogicApps?, hence thinking of building the solution in a KQL query.
Situation: I have a Foreach Category within a Foreach of Products with a run time of 40 minutes. Basically it builds an HTML table for each Category, and within that category it places the Products together with the right Specialization.
Current setup:
- Foreach Category contains 5 items
- Foreach Products contains 300 items
- Foreach Specialization contains 5 items
- Foreach Products contains 300 items
The results are retrieved from Azure Log Analytics and stored in a LogicApp variable list which can be iterated. How can I build the above solution in to a KQL query?