import { loadKustoClient } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/azure/kusto.ts";
Loads a Kusto client for the given cluster and region.
Parameters
loadEaC: (entLookup: string) => Promise<EverythingAsCodeClouds>
The function to load Everything As Code for the Kusto cluster.
Returns
Promise<KustoClient>
A Promise that resolves to the Kusto client.
Loads a Kusto client for the given cluster and region.
Parameters
creds: TokenCredential
The authentication credentials to use for the Kusto cluster.
Returns
Promise<KustoClient>
A Promise that resolves to the Kusto client.