Retrieving Files

To retrieve a file from Azure Blob Storage, you need to specify the file path and optionally the container URL for retrieving the file.

Examples of Usage:

  1. Retrieving a File with a Specific Path:

    get a file from azure blob storage with
        the file path is "documents/report.pdf"
  2. Retrieving a File with Both Container URL and File Path:

    the container url is "https://example.blob.core.windows.net/mycontainer"
    get a file from azure blob storage with
        the container url
        the file path is "images/photo.jpg"

Last updated

Was this helpful?