Commit dcd6537b authored by Mike Danese's avatar Mike Danese

Merge pull request #11104 from gabrielweyer/patch-2

Stop prompting for storage account type
parents f51c27e6 5f26cac3
......@@ -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..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment