Skip to content

Commit ed815cf

Browse files
Update deploy-sql-big-data-aks.py
1 parent b476722 commit ed815cf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ def executeCmd (cmd):
2424
#
2525
SUBSCRIPTION_ID = input("Provide your Azure subscription ID:").strip()
2626
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()
27+
# Use this only if you are using a private registry different than default Micrososft registry (mcr).
28+
#DOCKER_USERNAME = input("Provide your Docker username:").strip()
29+
#DOCKER_PASSWORD = getpass.getpass("Provide your Docker password:").strip()
2930

3031
#
3132
# Optionally change these configuration settings

0 commit comments

Comments
 (0)