Skip to content

Commit 56ff566

Browse files
author
cloudmelon
committed
add
1 parent f287ebd commit 56ff566

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/bin/bash
22
#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-
#
4-
53
##
6-
# You can also create service principal instead of using an existing one
4+
#You can also create service principal instead of using an existing one
75
#az ad sp create-for-rbac -n "bdcaks-sp" --skip-assignment
8-
##
9-
6+
#
107
read -p "Your Azure Subscription: " subscription
118
echo
129
read -p "Your Resource Group Name: " resourcegroup

0 commit comments

Comments
 (0)