Azure Blob Java Examples
The Project has 3 Sample code
- Sample code to read / download a file from the blob and saves in local file system.
- Sample code to upload a file from local file system into Azure blob.
- Sample code to copy a file from one blob into another blob.
Please see the Constants.java file and populate the neccessary information before exeucitng the code.
Happy Learning.