Read data from storage container using logic app and push the file onto on-premises vm server

Rocket 0 Reputation points
2024-11-20T01:21:24.8+00:00

We are working on creating a logic app which reads data from storage container when a file is placed in it and push the file onto on-premises vm server

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

2 answers

Sort by: Most helpful
  1. Rocket 0 Reputation points
    2024-11-20T01:22:09.1133333+00:00

    Do you have any POC related to it.

    0 comments No comments

  2. Khadeer Ali 1,130 Reputation points Microsoft Vendor
    2024-11-20T03:53:58.4933333+00:00

    Hi sumanth sarvareddy,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    To create a Logic App that reads data from a storage container and pushes the file onto an on-premises VM server, you can follow these steps:

    1. Create a new Logic App in the Azure portal.
    2. Add a trigger to the Logic App that fires when a new file is added to the storage container. You can use the "When a blob is added or modified (properties only)" trigger from the Azure Blob Storage connector.
    3. Add an action to the Logic App that retrieves the contents of the file from the storage container. You can use the "Get blob content" action from the Azure Blob Storage connector.
    4. Add an action to the Logic App that pushes the file onto the on-premises VM server. You can use the "Create file" action from the File System connector to create the file on the VM server.
    5. Configure the "Create file" action to use the on-premises data gateway to connect to the VM server. You can install the on-premises data gateway on the VM server and configure it to work with your Logic App.
    6. Save and test the Logic App to ensure that it is working as expected.

    With these steps, you should be able to create a Logic App that reads data from a storage container and pushes the file onto an on-premises VM server.
    Please refer the below document for connection to on-premises data sources from Azure Logic Apps
    Connect to on-premises data sources from Azure Logic Apps

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    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.