Uploading Files

To upload a file to Azure Blob Storage, you need to specify the file path where the file will be stored in Azure Blob Storage.

Examples of Usage:

  1. Uploading a File to a Specific Path:

    upload a file
    dump the file to azure blob storage where
        the file path is "reports/2023/report.pdf"
  2. Uploading a Different File to Another Path:

    upload a file
    dump the file to azure blob storage where
        the file path is "data/2023/data.csv"

Last updated

Was this helpful?