Skip to content

Commit 023d62b

Browse files
author
cloudmelon
committed
add chagnes
1 parent 72f708f commit 023d62b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#!/bin/bash
2-
#Get Subscription ID and service principles as input. It is used as default for controller, SQL Server Master instance (sa account) and Knox.
2+
#Get Subscription ID and Azure service principal as input. It is used as default for controller, SQL Server Master instance (sa account) and Knox.
33
#
44
while true; do
55
read -s -p "Your Azure Subscription: " subscription
66
echo
77
read -s -p "Your Resource Group Name: " resourcegroup
88
echo
9-
read -s -p "In which region you're deploying " region
9+
read -s -p "In which region you're deploying: " region
1010
echo
11-
read -s -p "Your service principles ID: " sp_id
11+
read -s -p "Your Azure service principal ID: " sp_id
1212
echo
13-
read -s -p "Your service principles Password: " sp_pwd
13+
read -s -p "Your Azure service principal Password: " sp_pwd
1414
done
1515

1616
#Define a set of environment variables to be used in resource creations.

samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
#!/bin/bash
6-
#Get Subscription ID and service principles as input. It is used as default for controller, SQL Server Master instance (sa account) and Knox.
6+
#Get Subscription ID and resource groups. It is used as default for controller, SQL Server Master instance (sa account) and Knox.
77
#
88
while true; do
99
read -s -p "Your Azure Subscription: " subscription

0 commit comments

Comments
 (0)