Java Code Snippets
You can interact with Azure using the following sample code snippets:
-
Read VCAP_SERVICES
-
Get container reference
-
Get BlockBlob reference
-
List blobs in the container
-
Upload blob
-
Download blob
-
Delete Blob
Instead of providing blob content as text, you can provide blobs by providing file path. For more information, see Quickstart: Azure Blob Storage client library for Java SE
.