The connection to Kusto is already set right in Flow. I have Job which are running fine fetch data from Crmanacus cluster.
Here is the Error message:
{
"ClassName": "Kusto.Data.Exceptions.KustoClientNameResolutionFailureException",
"Message": null,
"Data": null,
"InnerException": {
"ClassName": "System.Net.WebException",
"Message": "The remote name could not be resolved: 'crmanagcc.kusto.windows.net'",
"Data": null,
"InnerException": null,
"HelpURL": null,
"StackTraceString": " at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)\r\n at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": "8\nEndGetRequestStream\nSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\nSystem.Net.HttpWebRequest\nSystem.IO.Stream EndGetRequestStream(System.IAsyncResult, System.Net.TransportContext ByRef)",
"HResult": -2146233079,
"Source": "System",
"WatsonBuckets": null
},
"HelpURL": null,
"StackTraceString": " at Kusto.Data.Net.Client.RestClient2.<MakeHttpRequestAsyncImpl>d__41.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Kusto.Cloud.Platform.Utils.MonitoredActivity.<InvokeAsync>d__14`2.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at Kusto.Cloud.Platform.Utils.MonitoredActivity.<InvokeAsync>d__14`2.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Kusto.Data.Net.Client.RestClient2.<MakeHttpRequestAsync>d__39.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Kusto.Data.Net.Client.RestClient2.<ExecuteQueryAsync>d__28.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Kusto.Data.Net.Client.RestClient2.ExecuteQuery(String query, ClientRequestProperties properties)\r\n at Kusto.Flow.KustoRequestManager.ForwardRequestToKusto(KustoFlowRequest kustoFlowRequest)\r\n at Kusto.Flow.KustoRequestManager.<>c__DisplayClass15_0.<ListKustoResults>b__1()",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": "8\nMoveNext\nKusto.Data, Version=4.0.2.0, Culture=neutral, PublicKeyToken=829a00acde12d551\nKusto.Data.Net.Client.RestClient2+<MakeHttpRequestAsyncImpl>d__41\nVoid MoveNext()",
"HResult": -2146233088,
"Source": "Kusto.Data",
"WatsonBuckets": null,
"creationMessage": null,
"creationContext": {
"Timestamp": "2018-11-28T09:10:28.9216206Z",
"MachineName": "RD0004FFB29EBE",
"ProcessName": "w3wp",
"ProcessId": 10396,
"ThreadId": 11596,
"AppDomainName": "/LM/W3SVC/723792991/ROOT-1-131866766483033545",
"ActivityContext": {
"ActivityId": "648c82d3-0790-4f69-9557-0fb91d8d8a77",
"SubActivityId": "4e65bb9b-35ad-4f94-92be-507efed3fcdc",
"ParentActivityId": "648c82d3-0790-4f69-9557-0fb91d8d8a77",
"ClientRequestId": "7fc2166c-a379-4ce6-971d-04e1c2940976",
"ActivityType": "DN-RestClient-ExecuteControlCommand"
},
"ActivityStack": "(Activity stack: CRID=7fc2166c-a379-4ce6-971d-04e1c2940976 ARID=648c82d3-0790-4f69-9557-0fb91d8d8a77 > KustoFlow-ListKustoResults/648c82d3-0790-4f69-9557-0fb91d8d8a77 > DN-RestClient-ExecuteControlCommand/4e65bb9b-35ad-4f94-92be-507efed3fcdc)",
"TracingContext": null,
"MonitoredActivityContext": {
"Created": "2018-11-28T09:10:28.9060046Z",
"Activity": {
"ActivityId": "648c82d3-0790-4f69-9557-0fb91d8d8a77",
"SubActivityId": "4e65bb9b-35ad-4f94-92be-507efed3fcdc",
"ParentActivityId": "648c82d3-0790-4f69-9557-0fb91d8d8a77",
"ClientRequestId": "7fc2166c-a379-4ce6-971d-04e1c2940976",
"ActivityType": "DN-RestClient-ExecuteControlCommand"
}
},
"TestContext": null
},
"ErrorMessage": "Name resolution failure",
"DatabaseName": "CRMAnalytics",
"ClientRequestId": "7fc2166c-a379-4ce6-971d-04e1c2940976"
}