Forum Discussion
Curtis Ho
Sep 14, 2018Copper Contributor
IoT Hub to Azure Blockchain integration
I am following below document to simulate the IoT to Azure blockchain workbench https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/iot-integration-samples/ConfigureIoTD...
Curtis Ho
Sep 17, 2018Copper Contributor
it works when I put the device name instead of GUID()
But in the next setup when I copy and paste the JSON Code, it trigger below errors
Curtis Ho
Sep 17, 2018Copper Contributor
Here is the Error Message
{
"message": "Invalid type. Expected Object but got Array.",
"lineNumber": 0,
"linePosition": 0,
"path": "",
"schemaId": "#",
"errorType": "type",
"childErrors": []
}
]