Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juliusl/02849e1223e64935258ffd00eb1675ae to your computer and use it in GitHub Desktop.
Save juliusl/02849e1223e64935258ffd00eb1675ae to your computer and use it in GitHub Desktop.
Push a file to a blob in an Azure storage account
curl -X PUT -T ./{file.dat} -H "x-ms-date: $(date -u)" -H "x-ms-blob-type: BlockBlob" "https://{storageaccount}.blob.core.windows.net/backups/{file.dat}?{sas-token}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment