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 023d62b commit 8d505bdCopy full SHA for 8d505bd
samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks.sh
@@ -5,12 +5,12 @@
5
#!/bin/bash
6
#Get Subscription ID and resource groups. It is used as default for controller, SQL Server Master instance (sa account) and Knox.
7
#
8
-while true; do
9
- read -s -p "Your Azure Subscription: " subscription
+do
+ read -p "Your Azure Subscription: " subscription
10
echo
11
- read -s -p "Your Resource Group Name: " resourcegroup
+ read -p "Your Resource Group Name: " resourcegroup
12
13
- read -s -p "In which region you're deploying " region
+ read -p "In which region you're deploying " region
14
15
done
16
0 commit comments