Skip to content

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

@Samuelchg

Description

@Samuelchg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ⚙️ emulatorRelated to local emulators❔ more infoMore information is needed from issue author to proceed✅ staleParticipants have not responded within 30 days

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions