My Azure Data Explorer instance has a managed identity attached to it. This MSI has read permissions to a separate kusto cluster, but most of the users of my cluster do not have read access to the remote cluster. I’d like to set up an external table which pulls data from the remote cluster using that MSI since the cluster(...).database(...).Table
syntax will use the logged-in user’s credentials instead. I can’t find documentation on how to add an external table pointing to another kusto instance. Is this possible?