Nov 21 2017
08:11 AM
- last edited on
Jul 31 2018
12:11 PM
by
TechCommunityAP
Nov 21 2017
08:11 AM
- last edited on
Jul 31 2018
12:11 PM
by
TechCommunityAP
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!
Nov 22 2017 04:30 AM
Mar 29 2023 09:01 PM - edited Mar 29 2023 09:04 PM