I'm trying to use delta-kusto with a kusto cluster that doesn't end in "kusto.windows.net" but instead with "data.microsoft.com" in an ADO pipeline and I'm experiencing an error that is pretty descriptive "Hostname '.data.microsoft.com' is not appearing in the list of the well-known trusted hosts."
I'm trying to use delta-kusto with a kusto cluster that doesn't end in "kusto.windows.net" but instead with "data.microsoft.com" in an ADO pipeline and I'm experiencing an error that is pretty descriptive "Hostname '.data.microsoft.com' is not appearing in the list of the well-known trusted hosts."
Kusto's C# library seems to support not "trusted" endpoints by setting an override to not check if a host is trusted or to add another URL to the trusted host list to allow these other endpoints. https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/connection-strings/kusto#trusted-endpoints
Is this functionality able to be turned on for usage with delta-kusto?