We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b476722 commit ed815cfCopy full SHA for ed815cf
1 file changed
samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py
@@ -24,8 +24,9 @@ def executeCmd (cmd):
24
#
25
SUBSCRIPTION_ID = input("Provide your Azure subscription ID:").strip()
26
GROUP_NAME = input("Provide Azure resource group name to be created:").strip()
27
-DOCKER_USERNAME = input("Provide your Docker username:").strip()
28
-DOCKER_PASSWORD = getpass.getpass("Provide your Docker password:").strip()
+# Use this only if you are using a private registry different than default Micrososft registry (mcr).
+#DOCKER_USERNAME = input("Provide your Docker username:").strip()
29
+#DOCKER_PASSWORD = getpass.getpass("Provide your Docker password:").strip()
30
31
32
# Optionally change these configuration settings
0 commit comments