Skip to content

Conversation

vnextcoder
Copy link

The Referenced article https://docs.microsoft.com/en-us/azure/storage/blobs/storage-secure-access-application highlights that the access should be Private-Access only.

However, when the ServiceClient in the StorageHelper.GetThumbNailUrls() tries to access the ServiceClient/Container Name, the Exists() call fails with ResourceNotFound errors.

The StorageSharedKeyCredential are required when creating the BLOBServiceURI based ServiceClient in case the Container has Private Access Only enabled.

Submitting the fixes for the problem experienced when enabling SASToken based authentication in the Thumbnail URLs.

@vnextcoder
Copy link
Author

Can someone review this ?

Copy link

@chadwick-hh chadwick-hh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to do the exact thing before I saw your change. This change really needs to be in the download. It took me a min to figure out whats up

@ChristopheBolinhas
Copy link

Did the same changes on my side to have this work. You can't find the container if it is in private mode without using the credentials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants