Skip to content

Commit 45f6a05

Browse files
author
Mihaela Blendea
committed
Fix minor issues
1 parent 74bc050 commit 45f6a05

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/aks

samples/features/sql-big-data-cluster/deployment/aks/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
910
1. Running the script will require: [python minimum version 3.0](https://www.python.org/downloads)
1011
1. 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:
3031
python 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
>```

0 commit comments

Comments
 (0)