Azure – Automate JSON substrings with semi-random data to KQL?
So currently I have the following simple code to just build out a table for myself and look at data azure_devops_work_item_events_CL | summarize any(WorkItemType_s, TeamProject_s, Title_s, AssignedTo_s, State_s, Reason_s) by WorkItemId_d, Relations_s | order by WorkItemId_d desc My problem is…