File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
samples/features/sql-big-data-cluster/deployment/private-aks/scripts Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /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.
3
3
#
4
4
while true ; do
5
5
read -s -p " Your Azure Subscription: " subscription
6
6
echo
7
7
read -s -p " Your Resource Group Name: " resourcegroup
8
8
echo
9
- read -s -p " In which region you're deploying " region
9
+ read -s -p " In which region you're deploying: " region
10
10
echo
11
- read -s -p " Your service principles ID: " sp_id
11
+ read -s -p " Your Azure service principal ID: " sp_id
12
12
echo
13
- read -s -p " Your service principles Password: " sp_pwd
13
+ read -s -p " Your Azure service principal Password: " sp_pwd
14
14
done
15
15
16
16
# Define a set of environment variables to be used in resource creations.
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
#! /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.
7
7
#
8
8
while true ; do
9
9
read -s -p " Your Azure Subscription: " subscription
You can’t perform that action at this time.
0 commit comments