This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "\nEnter your storage account name:" | |
read AZ_ACCOUNT_NAME | |
echo "\nEnter your container name:" | |
read AZ_BLOB_CONTAINER | |
echo "\nEnter your SAS token (just hit ENTER/RETURN if not applicable):" | |
read AZ_SAS_TOKEN | |
DATE_NOW=$(date -Ru | sed 's/\+0000/GMT/') |