Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get access to Blob Container #7632

Closed
3 tasks done
OlgaNikolaevaKofax opened this issue Dec 28, 2023 · 2 comments
Closed
3 tasks done

Cannot get access to Blob Container #7632

OlgaNikolaevaKofax opened this issue Dec 28, 2023 · 2 comments
Labels
✅ no response No customer response

Comments

@OlgaNikolaevaKofax
Copy link

Preflight Checklist

Storage Explorer Version

1.32.1

Regression From

No response

Architecture

x64

Storage Explorer Build Number

20231114.10

Platform

Windows

OS Version

Windows 10

Bug Description

While trying to get access to Blob Container I always get same error:
Unable to retrieve child resources

ProducerError:{
"name": "Node Fetch Error",
"message": "getaddrinfo ENOTFOUND qatcstorage24char.blob.core.windows.net",
"stack": "Error: getaddrinfo ENOTFOUND qatcstorage24char.blob.core.windows.net\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26)",
"cause": {
"cause": {
"errno": -3008,
"code": "ENOTFOUND",
"syscall": "getaddrinfo",
"hostname": "qatcstorage24char.blob.core.windows.net"
}
},
"code": "ENOTFOUND",
"errno": -3008
}

Steps to Reproduce

  1. Launch Storage Explorer
  2. Expand Blob container node

Actual Experience

Unable to retrieve child resources

ProducerError:{
"name": "Node Fetch Error",
"message": "getaddrinfo ENOTFOUND qatcstorage24char.blob.core.windows.net",
"stack": "Error: getaddrinfo ENOTFOUND qatcstorage24char.blob.core.windows.net\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26)",
"cause": {
"cause": {
"errno": -3008,
"code": "ENOTFOUND",
"syscall": "getaddrinfo",
"hostname": "qatcstorage24char.blob.core.windows.net"
}
},
"code": "ENOTFOUND",
"errno": -3008
}

Expected Experience

I get access to blob container successfully

Additional Context

No response

@MRayermannMSFT
Copy link
Member

@OlgaNikolaevaKofax is your storage account on a private virtual network? If so, is your current machine on that network? As a quick test, can you try accessing the same container from the Azure Portal, using the same machine as you are running Storage Explorer?

@MRayermannMSFT
Copy link
Member

Closing due to lack of response. This issue will no longer be monitored. If you need further help, we recommend opening a support ticket via the Azure portal. Alternatively you can open a new issue here.

@MRayermannMSFT MRayermannMSFT added the ✅ no response No customer response label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ no response No customer response
Projects
None yet
Development

No branches or pull requests

2 participants