Closed Samuelchg closed 1 year ago
Hello:
Unable to retrieve child resources
ProducerError:{ "name": "Node Fetch Error", "message": "getaddrinfo ENOTFOUND datalakestorage01data.blob.core.windows.net", "stack": "Error: getaddrinfo ENOTFOUND datalakestorage01data.blob.core.windows.net\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)", "cause": { "cause": { "errno": -3008, "code": "ENOTFOUND", "syscall": "getaddrinfo", "hostname": "datalakestorage01data.blob.core.windows.net" } }, "code": "ENOTFOUND", "errno": -3008 }
I am also getting same error. I have created private endpoint connection and added specific VNET's. Could anyone help to fix the issue
Thanks in advance !
@ninoissac Your issue is different from the original author's. Please open a new issue and follow the template to describe it.
Closing due to lack of response from original author. This issue will no longer be monitored. If you still require help, we recommend opening an Azure support ticket via the Azure portal.
Preflight Checklist
Storage Explorer Version
1.31.1
Regression From
No response
Architecture
x64
Storage Explorer Build Number
No response
Platform
All
OS Version
No response
Bug Description
Azurite emulator for local Azure Storage development : Unable to retreive child resource
Error Message : Unable to retrieve child resources
Detail : "HTTP/1.1 404 , Not Found" "url": "http://127.0.0.1:10000/devstoreaccount1?comp=list&include=metadata", "method": "GET"
Steps to Reproduce
Actual Experience
I try to create an azure blob storage emulator in my local machine by the following step:
But got the below error when I connect it with the Microsoft Azure Storage Explorer.
Error Message : Unable to retrieve child resources
Detail : "HTTP/1.1 404 , Not Found" "url": "http://127.0.0.1:10000/devstoreaccount1?comp=list&include=metadata", "method": "GET"
Expected Experience
No response
Additional Context
No response