List the blob urls from an Azure Blob container
1.1K
See project site. The DockerFile available here.
The container runs a .NET Core Console App which lists blobs from a folder in an Azure Storage Account Container. See more details here.
Here are the environment variables that need to be set in order for it to work properly:
| Environment Variables | Description |
|---|---|
| BLOB_DIR | Blob directory. It can either be a URL to a blob container or all the way to a folder within the container. |
| SAS_TOKEN | SAS Token for the blob container. The token must provide List access. |
| TARGET_URL | Target blob URL to write the list. If the blob container isn't public, the URL must contain a SAS token providing write access. If omitted, list if output on console. |
Content type
Image
Digest
Size
69.8 MB
Last updated
over 8 years ago
docker pull vplauzon/list-blobs