How to create a Kusto Client using Synapse Managed Identity
I would like to replace my current KustoClient that uses AAD with app secret to use Synapse Managed Identity, I am aware there is an option using linked service to read from the Kusto cluster, but I would like to reuse as much as the code that I already have using the KustoClient that I use to execute ‘export’ command, is there any available option using the msparkutils credentials or DefaultCredential from Azure Identity??