-
Notifications
You must be signed in to change notification settings - Fork 64
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
Detection of Azure hierarchical namespaces fails with ResourceNotFoundError
#470
Comments
Do you have any more info? What permissions does the account you are connecting with have? Are you sure the storage account exists (e.g., is spelled correctly)? Does the same call work if you use the sdk directly? |
The same test suite passes with
|
It seems this API endpoint might not support authorization using a provided
|
Ah, ok. It looks like we'll need to find another API call to use as a primary or backup method of determining HNS if we can't get the account info. |
Looks like We're likely going to need to fallback to checking the blob metadata itself to confirm if there is or isn't HNS. |
@M0dEx Just released v0.20.0 to PyPI. Please, take it for a spin and see if the new approach works for the credentials you're using. Thanks! |
I can confirm Thanks for the update! |
In the latest
0.19.0
version, all Azure operations fail with our Azure Blob Storage accounts with theResourceNotFoundError
.The traceback leads to the
get_account_information
method used for HNS detection:Traceback
The text was updated successfully, but these errors were encountered: