Forum Discussion
Azure Blockchain workbench API is not returning list of applications
Thanks Zeyad, attached error occurred while accessing link.
Try https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/auth-samples/bearer-token-retrieval
- Garrett DrummondSep 21, 2018Copper Contributor
Documentation appears incomplete for https://github.com/Azure-Samples/blockchain/tree/master/blockchain-workbench/auth-samples.
Its states: Navigate to this directory and run the following commands:
npm install npm start
What directory is it referring to? It does the same statement for the Option 2 Docker install. Thanks.
- Ali HajimirzaSep 24, 2018Former EmployeeHi there,
You need to navigate to `bearer-token-retrieval` folder. The relative path is `blockchain/blockchain-workbench/auth-samples/bearer-token-retrieval`- Waqas ChaudhrySep 25, 2018Copper Contributor
Dear All,
Thank you so much for you kind replies. We are able to sort out this issue by our own previous experience with APIs management in Azure.
[Additionally]
Someone from Microsoft on the issue we faced and he informed us that the failure we experienced was most likely caused by the instance type we selected (We went with a D-Series Low End VM last time), the current deployment is running an F-Series Instance (Optimized for CPU Performance) as he indicated that Blockchain is CPU intensive and should have an F Series VM.
- Waqas ChaudhrySep 10, 2018Copper Contributor
Thanks alot.