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:
Retrieving a File with a Specific Path:
get a file from azure blob storage with
the file path is "documents/report.pdf"
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?