-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
⚙️ emulatorRelated to local emulatorsRelated to local emulators❔ more infoMore information is needed from issue author to proceedMore information is needed from issue author to proceed✅ staleParticipants have not responded within 30 daysParticipants have not responded within 30 days
Description
Preflight Checklist
- I have installed the latest version of Storage Explorer.
- I have checked existing resources, including the troubleshooting guide and the release notes.
- I have searched for similar issues.
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
- docker pull mcr.microsoft.com/azure-storage/azurite
- docker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --blobPort 10000
- 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:
- docker pull mcr.microsoft.com/azure-storage/azurite
- docker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --blobPort 10000
- 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"
Expected Experience
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
⚙️ emulatorRelated to local emulatorsRelated to local emulators❔ more infoMore information is needed from issue author to proceedMore information is needed from issue author to proceed✅ staleParticipants have not responded within 30 daysParticipants have not responded within 30 days
