Forum Discussion
hansrajrami
Mar 10, 2020Copper Contributor
invoke azure blockchain workbench rest api from azure logic app with oauth
0 I am using Azure Blockchain workbench. One smart contract is deployed on Azure Blockchain workbench. I can do everything from workbench front end. But I want to integrate Azure Blockchain wo...
asifwaquar
May 03, 2020Copper Contributor
Hi hansrajrami ,
In logic app you will be able to get http request and also can generate token from request ,please refer url .https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
To insert data into SQL or Mysql database you may use ethereum smart contract connector to execute any function and after getting response trigger action to save data into SQL database . please refer below link may be helpful.
http://asifwaquar.com/publish-logic-apps-and-flow-data-to-sql-database-in-azure-blockchain-service/
thank you
Asif