From c6bff675499b69d79abfb8813b924c780f5629e8 Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Tue, 5 Feb 2019 17:09:29 +0100 Subject: [PATCH] Use existing storage account To avoid creating a new storage account for every new VM. (cherry picked from commit 8a8802aab7646f23b705f261b391d193cbc76a69) --- tests/cli/test_build_and_deploy_azure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli/test_build_and_deploy_azure.sh b/tests/cli/test_build_and_deploy_azure.sh index 80ce41b8..cbd88755 100755 --- a/tests/cli/test_build_and_deploy_azure.sh +++ b/tests/cli/test_build_and_deploy_azure.sh @@ -121,6 +121,7 @@ rlJournalStart resource_group: $AZURE_RESOURCE_GROUP tags: "first_seen": "$now" + storage_account_name: $AZURE_STORAGE_ACCOUNT __EOF__ rlRun -t -c "ansible-playbook $TMP_DIR/azure-playbook.yaml"