Skip to content

Instantly share code, notes, and snippets.

View manzinge's full-sized avatar
🙂
I occasionally upload stuff to Github

Maximilian Anzinger manzinge

🙂
I occasionally upload stuff to Github
View GitHub Profile
#!/usr/bin/env bash
# expected to be defined in the environment
# - AZURE_STORAGE_ACCOUNT
# - AZURE_CONTAINER_NAME
# - AZURE_ACCESS_KEY
# inspired by
# https://stackoverflow.com/questions/20103258/accessing-azure-blob-storage-using-bash-curl
# modified from