We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f287ebd commit 56ff566Copy full SHA for 56ff566
samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh
@@ -1,12 +1,9 @@
1
#!/bin/bash
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
-#
4
-
5
##
6
-# You can also create service principal instead of using an existing one
+#You can also create service principal instead of using an existing one
7
#az ad sp create-for-rbac -n "bdcaks-sp" --skip-assignment
8
-##
9
+#
10
read -p "Your Azure Subscription: " subscription
11
echo
12
read -p "Your Resource Group Name: " resourcegroup
0 commit comments