Showing results for KQL - ISE Developer Blog

Jan 11, 2024
2

Automate the capturing of test results from Application Insights

David Lee
David Lee

This post provides instructions on how to automate querying application insights test results using a script. It explains how to format the datetime, install the application insights extension, set the offset, and handle the query results. The script can be adapted to other scripting languages. The result is a reusable script that can output result...

CSEISE
Jun 13, 2022
1

An Approach to Unit Testing ADX Functions

David Giard
David Giard

Overview Our application contains many functions that return data stored in Azure Data Explorer (ADX). We wrote these functions in Kusto Query Language (KQL) and each function returns a set of data based on the arguments passed. Although developers tested these functions as they wrote them, we needed a way to validate that the functions continued ...

CSE