Allowing all containers in my blob storage be accessible even without explicitly specifying the container name. #288
Unanswered
louisalbertapas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two applications running. Application A which dynamically creates new containers within the same Azure blob storage and Application B to read from the same Azure blob storage which will use ImageSharp.Web.Providers.Azure.
Is it possible to configure my provider with just the connection string and have all the containers be accessible without registering the container name in the options?
I am thinking of just trusting the containerName and blobName from the url https://{domain}/{containerName}/{blobName} and will not compare it in the dictionary and use it directly in GetAsync method.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions