File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster/deployment/aks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Using this sample Python script, you will deploy a Kubernetes cluster in Azure u
66
77## Pre-requisites
88
9+ 1 . Install latest version of [ az cli] ( https://docs.microsoft.com/en-us/cli/azure/install-azure-cli )
9101 . Running the script will require: [ python minimum version 3.0] ( https://www.python.org/downloads )
10111 . Ensure you have installed ` mssqlctl ` CLI and its prerequisites:
1112 - Install [ pip3] ( https://pip.pypa.io/en/stable/installing/ ) .
@@ -30,9 +31,9 @@ Run the script using:
3031python deploy-sql-big-data-aks.py
3132```
3233
33- >[! Note]
34+ >** Note**
3435>
35- >If you have both pyhon3 and pyhon2 on your client machine and in the path, you will have to run the command using pyhon3 :
36+ >If you have both python3 and python2 on your client machine and in the path, you will have to run the command using python3 :
3637>```
3738>python3 deploy-sql-big-data-aks.py
3839>```
You can’t perform that action at this time.
0 commit comments