Merge pull request #11104 from gabrielweyer/patch-2

Stop prompting for storage account type
This commit is contained in:
Mike Danese 2015-07-29 11:08:37 -07:00
commit dcd6537b1b

View File

@ -150,7 +150,7 @@ function upload-server-tars() {
if [[ -z "$(azure_call storage account show $AZ_STG 2>/dev/null | \
grep data)" ]]; then
echo "--> Creating storage..."
azure_call storage account create -l "$AZ_LOCATION" $AZ_STG
azure_call storage account create -l "$AZ_LOCATION" $AZ_STG --type LRS
fi
echo "--> Getting storage key..."