Azure Data Explorer now supports ingestion of data from .NET Applications via the NLog sink.

NLog is a flexible and free logging platform for various .NET platforms, including .NET standard. NLog allows you to write to several targets, such as a database, file, or console. With NLog, you can change the logging configuration on-the-fly.

The NLog sink is a target for NLog that allows you to send your log messages to an Azure Data Explorer cluster. The plugin which is built on top of the Azure-Kusto-Data library is available as a nuget package and provides an efficient way to sink your logs to your cluster.

Learn more from our documentation or get started with our blog today.