Use Java SDK for Azure Storage to create container, upload/download files, compile/run using Maven
- this lab is based on the Quickstart guide from Microsoft @
https://docs.microsoft.com/en-us/azur...
- the code I wrote in this lab is available on GitHub @
https://github.com/cloudsecuritylabs/...
topics covered:
Get the connection string to connect to Azure blob storage
Create a container
Upload blobs to a container
List the blobs in a container
Download blobs
Delete a container