How to move files from ADO (Azure Devops) to kusto via logic app ?

Farooq` s 26 Reputation points
2022-02-23T17:14:56.707+00:00

Hello All,

i had a requirement where i need to move files from ADO to Kusto via logic app , i just need to know which logic app activity should i use to move the files from ADO to kusto,

Thanks,
Farooq

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,084 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,136 Reputation points
    2022-02-24T11:59:20.917+00:00

    @Farooq` s Thanks for the confirmation. Logic app does have Azure Devops connector and as per your requirement as you want to move the file so it would the get file operation. For sending attachments to DevOps or getting the DevOps file you need to leverage the Send an HTTP request to Azure DevOps action where you need to construct an Azure DevOps REST API request to invoke the rest and get the file content from the DevOps end.

    Looking into the Azure Data Explorer connector document I don't see any action that can help in creating the file at the data explorer end but you can still review if any of the four connectors can help in creating the file. If not then the alternative would be leveraging the Azure Data Explorer API if any through the Native HTTP connector to create the file using the content that you have received from invoking the DevOps REST API.

    Workflow:
    Trigger --> Send an HTTP request to Azure DevOps (to get the file content) --> Native HTTP trigger to create the file at azure data explorer end --> Send an HTTP request to Azure DevOps call (to delete the file)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.