You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/sql-big-data-cluster/deployment/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,5 @@ Using the sample Python script in **offline** folder, you will push the necessar
17
17
18
18
## __[Deploy SQL Server big data clusters (BDC) with Azure Kubernetes service (AKS) private cluster](private-aks/)__
19
19
20
-
Using the sample Python script in **private-aks** folder, you will Deploy SQL Server big data cluster in private mode with Azure Kubernetes service (AKS) private cluster.
20
+
Using the sample Python script in **private-aks** folder, you will Deploy SQL Server big data cluster in in your private network with Azure Kubernetes service (AKS) private cluster.
You can run those scripts on the following client envionrment with Linux OS or WSL/WSL2.
14
14
15
-
The following table lists common big data cluster tools and how to install them:
16
-
17
-
| Tool | Required | Description | Installation |
18
-
|---|---|---|---|
19
-
|`python`| Yes | Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Many parts of big data clusters for SQL Server use python. |[Install python](#python)|
20
-
|`azdata`| Yes | Command-line tool for installing and managing a big data cluster. |[Install](deploy-install-azdata.md)|
21
-
|`kubectl`<sup>1</sup> | Yes | Command-line tool for monitoring the underlying Kubernetes cluster ([More info](https://kubernetes.io/docs/tasks/tools/install-kubectl/)). |[Windows](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-powershell-from-psgallery)\|[Linux](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-using-native-package-management)|
22
-
|**Azure Data Studio**| Yes | Cross-platform graphical tool for querying SQL Server. |[Install](https://aka.ms/getazuredatastudio)|
23
-
|**Data Virtualization extension**| Yes | Extension for Azure Data Studio that provides a Data Virtualization wizard. |[Install](../azure-data-studio/data-virtualization-extension.md)|
24
-
|**Azure CLI**<sup>2</sup> | For AKS | Modern command-line interface for managing Azure services. Used with AKS big data cluster deployments ([More info](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest)). |[Install](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)|
25
-
|**mssql-cli**| Optional | Modern command-line interface for querying SQL Server ([More info](../tools/mssql-cli.md)). |[Windows](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/windows.md)\|[Linux](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/linux.md)|
26
-
|**sqlcmd**| For some scripts | Legacy command-line tool for querying SQL Server ([More info](https://docs.microsoft.com/sql/tools/sqlcmd-utility?view=sql-server-ver15)). You might need to install the Microsoft ODBC Driver 11 for SQL Server before installing the SQLCMD package. |[Windows](https://www.microsoft.com/download/details.aspx?id=36433)\|[Linux](../linux/sql-server-linux-setup-tools.md)|
27
-
|`curl` <sup>3</sup> | For some scripts | Command-line tool for transferring data with URLs. |[Windows](https://curl.haxx.se/windows/)\| Linux: install curl package |
28
-
| `oc` | Required for Red Hat OpenShift and Azure Redhat OpenShift deployments. |`oc` is the Open Shift command line interface (CLI). | [Installing the CLI](https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_cli/getting-started-cli.html#installing-the-cli)
15
+
The following table link listed common big data cluster tools and how to install them:
0 commit comments