Azure-Samples / azure-sdk-for-java-storage-blob-upload-download

How to upload and download blobs from Azure Blob Storage with Java
16 stars 34 forks source link

Move over to new Azure SDK #12

Closed tzhanl closed 4 years ago

tzhanl commented 5 years ago

Purpose

Move over this sample to new Azure SDK:

  1. Move the original file to storage-blobs-java-v10-quickstart-v3 folder
  2. Add folder storage-blobs-java-v10-quickstart-v4 for the sample referenced to the new SDK
  3. Add two sections to the readme:
    • This Quickstart shows how to do some basic operations of Storage Blobs
    • Azure SDK versions

What old sample do:

image

What can be updated to V4:

image