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
@rtyler
rtyler / upload-to-azure.sh
Created January 4, 2018 19:22
A bash script which supports uploading blobs to Azure Storage: ./upload-to-azure.sh [filename]
#!/usr/bin/env bash
FILENAME=${1}
# expected to be defined in the environment
# - AZURE_STORAGE_ACCOUNT
# - AZURE_CONTAINER_NAME
# - AZURE_ACCESS_KEY
# inspired by