From 023d62b7bcfaa4a65fd25a71f9da4fa06e2da3f3 Mon Sep 17 00:00:00 2001 From: cloudmelon Date: Thu, 20 Aug 2020 00:38:28 +0100 Subject: [PATCH] add chagnes --- .../private-aks/scripts/deploy-private-aks-udr.sh | 8 ++++---- .../deployment/private-aks/scripts/deploy-private-aks.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh b/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh index 65f1f012..0ea137c8 100644 --- a/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh +++ b/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh @@ -1,16 +1,16 @@ #!/bin/bash -#Get Subscription ID and service principles as input. It is used as default for controller, SQL Server Master instance (sa account) and Knox. +#Get Subscription ID and Azure service principal as input. It is used as default for controller, SQL Server Master instance (sa account) and Knox. # while true; do read -s -p "Your Azure Subscription: " subscription echo read -s -p "Your Resource Group Name: " resourcegroup echo - read -s -p "In which region you're deploying " region + read -s -p "In which region you're deploying: " region echo - read -s -p "Your service principles ID: " sp_id + read -s -p "Your Azure service principal ID: " sp_id echo - read -s -p "Your service principles Password: " sp_pwd + read -s -p "Your Azure service principal Password: " sp_pwd done #Define a set of environment variables to be used in resource creations. diff --git a/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh b/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh index f461ef22..e5a492e4 100644 --- a/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh +++ b/samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh @@ -3,7 +3,7 @@ # #!/bin/bash -#Get Subscription ID and service principles as input. It is used as default for controller, SQL Server Master instance (sa account) and Knox. +#Get Subscription ID and resource groups. It is used as default for controller, SQL Server Master instance (sa account) and Knox. # while true; do read -s -p "Your Azure Subscription: " subscription