From 8ba7a4c3de63c57ba6e81e4ab4b7551d8b9036f1 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Mon, 6 Mar 2017 21:33:55 +0300 Subject: [PATCH] Update azure prompts. Fixes #261 --- algo | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/algo b/algo index 20d27789..d82bad85 100755 --- a/algo +++ b/algo @@ -66,29 +66,28 @@ deploy () { azure () { read -p " -Enter your azure secret (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure) +Enter your azure secret id (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md) You can skip this step if you want to use your defaults credentials from ~/.azure/credentials [...]: " -rs azure_secret read -p " -Enter your azure tenant (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure) +Enter your azure tenant id (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md) You can skip this step if you want to use your defaults credentials from ~/.azure/credentials [...]: " -rs azure_tenant read -p " -Enter your azure client_id (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure) +Enter your azure client id (application id) (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md) You can skip this step if you want to use your defaults credentials from ~/.azure/credentials [...]: " -rs azure_client_id read -p " -Enter your azure subscription_id (https://docs.ansible.com/ansible/guide_azure.html#authenticating-with-azure) +Enter your azure subscription id (https://github.com/trailofbits/algo/blob/master/docs/AZURE.md) You can skip this step if you want to use your defaults credentials from ~/.azure/credentials [...]: " -rs azure_subscription_id - read -p " Name the vpn server: [algo]: " -r azure_server_name