Azure -> Java -> How to read a file without downloading present inside a azure container?
If you want to read a file from a Azure container folder without downloading to it, you can easily do it by using azure API's. The correct way to download a file from azure container folder is to first ensure that the container is present or not.
So if you want to check that the container is available or not, please check this post.