I'd like to take all my build (pipeline run) data from Azure DevOps and compose queries on it in Azure Data Explorer, to get more advanced sums and charts than you can get in the basic analytics available inside Azure DevOps.
Is there a built-in way I can "connect" these two services? Or do I need to write some batch script that scrapes the Azure DevOps REST API and dumps the data into a Data Explorer database in a predefined format?