Forum Discussion
RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI
Hi Veena123 ,
1. Create a Logic App:
- Go to the Azure portal.
- Click on "Create a resource" and search for "Logic App".
- Click "Create" and fill in the necessary details like Subscription, Resource Group, and Logic App name.
- Click "Review + create" and then "Create".
Create web APIs & REST APIs for Azure Logic Apps - Azure Logic Apps | Microsoft Learn
2. Configuring the API Connector to Read Data:
(1) Add an HTTP Trigger:
- In the Logic App Designer, select the "When an HTTP request is received" trigger.
- This will generate a URL that you can use to trigger the Logic App.
(2) Configure the API Call:
- Add a new step and choose "HTTP" action.
- Set the method to "GET" (or the appropriate method for your API).
- Enter the API endpoint URL.
- Add any necessary headers or authentication details.
3. Steps to Transform the Data:
- If you need to transform the data, you can use the "Compose" action to manipulate the JSON data.
- Alternatively, you can use Azure Functions or other services to process the data before pushing it to EventStream.
4. Push Data to EventStream.
Create an eventstream in Microsoft Fabric - Microsoft Fabric | Microsoft Learn
5. Setting Up the EventStream Connection in RTI.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.