Use Java SDK for Azure Storage to create container, upload/download files, compile/run using Maven

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • 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 @
    docs.microsoft...
    the code I wrote in this lab is available on GitHub @
    github.com/clo...
    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

КОМЕНТАРІ • 8

  • @nidhi8167
    @nidhi8167 3 роки тому +3

    Can we do this without access keys and using only my azure id?

    • @samsung-ry7dd
      @samsung-ry7dd 2 роки тому

      The Access key is within the ConnectionString that he placed inside the connectStr variable.

  • @nishantkumar4072
    @nishantkumar4072 2 роки тому +1

    Thanks for the great video. Can anyone help me to get playback URL for the uploaded videos into storage or it's not possible as it is stored as BLOB.

  • @ManojKumar-xi7ze
    @ManojKumar-xi7ze 2 роки тому +1

    How to do the same with datalake gen2

  • @zuveriyazuvvu8946
    @zuveriyazuvvu8946 2 роки тому +1

    How to upload the output directly to azure

  • @princevijaypratap6025
    @princevijaypratap6025 3 роки тому +1

    thank you so much.

  • @subhadipdutta4074
    @subhadipdutta4074 2 роки тому

    how to connect to azure data factory using java