microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

Azurite emulator for local Azure Storage development : Unable to retreive child resource in Microsoft Azure Storage Explorer #7304

Closed Samuelchg closed 1 year ago

Samuelchg commented 1 year ago

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"

image

Steps to Reproduce

  1. docker pull mcr.microsoft.com/azure-storage/azurite
  2. docker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --blobPort 10000
  3. Open Microsoft Azure Storage Explorer connect to "Blob Containers"

Actual Experience

I try to create an azure blob storage emulator in my local machine by the following step:

  1. docker pull mcr.microsoft.com/azure-storage/azurite
  2. docker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --blobPort 10000
  3. Open Microsoft Azure Storage Explorer connect to "Blob Containers"

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"

image

Expected Experience

No response

Additional Context

No response

MRayermannMSFT commented 1 year ago

Hello:

  1. What version of azurite are you using?
  2. Are you able to share the stdout/terminal/log output of Azurite?
ninoissac commented 1 year ago

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 !

JasonYeMSFT commented 1 year ago

@ninoissac Your issue is different from the original author's. Please open a new issue and follow the template to describe it.

MRayermannMSFT commented 1 year ago

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.