Tamir Rubinsky
Nov 21, 2017Copper Contributor
Linking containers in azure storage blockblob
Hi!
I need to link two containers to each other, much like a soft link in a file system. I need it to avoid using storage for the same exact file twice, which I want under two containers. i.e The file https://account.blob.core.windows.net/1/image.jpg under container 1 needs to be accessible via https://account.blob.core.windows.net/2/image.jpg as well (under container 2).
Notice that the whole point is to have one blob named image.jpg under two containers, not two identical files!
Does anybody have any idea about how to make this happen? I did not find any documentation enabling such a feature.
Thanks!