I have to run kusto query for my ADX cluster to get some data from Database from my Runbook. currently rest of the commands/scripts in my runbook are in Powershell, but I am not able to find PowersShell module for Kusto query. So i was trying to use Add-Type to load Kusto types from Kusto.Data.dll. But I am not able to add types. it fails to load System.Runtime.dll and System.Data.Common.dll and some other system dll. Kindly suggest how to fix the error? do i have to copy/upload these system dlls also?
Is there any other way to read data from ADX cluster using Kusto query from Runbook?


