Search code examples
export-to-csvazure-data-explorer

Is it possible to run more than one command at the same time on Azure Data Explorer without increasing the Instance Count?


I have a scenario in which I need to export multiple CSV's from the Azure Data Explorer for that I am using the .export Command. When I try to run this request multiple times I get the following error

*TooManyRequests (429-TooManyRequests): {
      "error": {
          "code": "Too many requests",
          "message": "Request is denied due to throttling.",
          "@type": "Kusto.DataNode.Exceptions.ControlCommandThrottledException",
          "@message": "The control command was aborted due to throttling. Retrying after some backoff might succeed. CommandType: 'DataExportToFile'*

Is there a way I can handle this without increasing the Instance count.


Solution

  • you can alter the capacity policy: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/capacitypolicy