Where to find the private key of a member in azure blockchain service?

278 Views Asked by At

I am trying to create a logic app on azure with ethereum connector, where I am being asked to provide a private key for my ethereum member. I can find the public key in the transaction nodes section of the Azure portal, but where can I find the private key? Is private key the same as access code?

This question asks the same problem, but the answer provided does not solve the problem: How can I obtain private key from Azure Blockchain Service?

2

There are 2 best solutions below

1
Hury Shen On

As I know, we can not find the private key in "Azure Blockchain Service" on Azure portal. You may refer to this page to know how to get the private key: https://medium.com/@stef.heyenrath/calling-ethereum-smart-contracts-in-azure-logic-apps-452d6c1156fd

0
V Rouet On

As per the article, the method used to get the PK is via MetaMask and works. If you connect to your Azure Blockchain Service via an RPC connection will allow you to get the private key as per described in the article. This key you'll get will work in your LogicApps connection.