How to load Azure Devops attachments from each work item into Azure Blob Storage using Azure Logic Apps

Khan, Fareed 0 Reputation points
2024-04-29T15:05:06.7333333+00:00

How to load Azure Devops attachments from each work item into Azure Blob Storage using Azure Logic Apps

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

1 answer

Sort by: Most helpful
  1. Michael Taylor 60,161 Reputation points
    2024-04-29T15:29:31.9833333+00:00

    Can you be more specific about what you need help with? If you need help setting up an Azure Logic App then you can find instructions on how to do that online. Please clarify what aspect(s) you're having issues with here.

    If instead you need help getting attachments from DevOps then refer to the API help for getting work items here. You'll need to request the links as part of the request and then enumerate the links to get the attachments. Then for each work item you can get the attachments associated with it and download them using the API here. Logic apps can call REST APIs so all this should be straightforward.

    If you need help uploading attachments to Azure Storage then please clarify what you need help with. Again, the docs are pretty clear on how it should work.

    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.