Logic App Flow

Ananya Dixith 101 Reputation points
2022-06-08T09:03:35.583+00:00

Hi,

I have set of files in Azure blob storage
209473-image.png

This contains .tif and .ind files.

I need to use http connector in logic app with GET method to retrieve the files.

Can anyone please help me with this

How to use http trigger with get method to get the details of the file?

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
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,866 Reputation points
    2022-06-11T17:39:39.353+00:00

    Hi @Ananya Dixith ,

    Thank you for asking this question on the Microsoft Q&A Platform.

    Why you want to use http trigger to get the files when Azure already have the blob connector which will give you the list of files and then you can filter it, like below

    210531-image.png

    If you still want to use the HTTP Get then with below approach,

    https://<StorageName>.blob.core.windows.net/<ContainerName>?restype=container&comp=list

    210380-image.png

    Regards,
    Kamlesh Kumar
    BizTalk Techie

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    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.