I have and IOT Hub and Edge setup in place, for one of the devices I’m trying to create a setup for Azure Blob Storage module on Azure IOT Edge, I’m following the below MS article MS Link.
I have a IOT edge installed on EFLOW-VM and the azureblobstorageoniotedge module is also running. But in troubleshoot logs i’m getting below error:
[2024-05-15 11:54:05.497] [error ] [tid 68] [MetaStore.cc:1953] [ListBlobsInOrder] Container not found. Name:iotedgetest [2024-05-15 11:54:05.497] [error ] [tid 68] [BlobInterface.cc:1535] [ListBlobsInOrder] ListBlobsInOrder failed. Container:iotedgetest Error:39987
I tried to create the container ‘iotedgetest’ on the Local Blob Storage using Storage explorer but i’m getting below error:
Unable to retrieve child resources
ProducerError:{
“name”: “Node Fetch Error”,
“message”: “{“name”:”Node Fetch Error”,”cause”:{“cause”:{“errno”:-4078,”code”:”ECONNREFUSED”,”syscall”:”connect”,”address”:”127.0.0.1″,”port”:11002}},”code”:”ECONNREFUSED”,”errno”:-4078}”
}
The blob storage is connecting in Storage explorer but creating container throws this error. Please suggest.
I tried providing access to bind mounts, but that doesn’t resolve the error.
user25065003 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.