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: docs/big-data-cluster/active-directory-connect.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
@@ -52,7 +52,7 @@ From Azure Data Studio:
52
52
53
53
### Connect to controller with AD authentication from Linux/Mac
54
54
55
-
There are two options for connecting to the controller endpoint using Azure Data CLI and AD authentication. You can use the *--endpoint/-e* parameter:
55
+
There are two options for connecting to the controller endpoint using [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] and AD authentication. You can use the *--endpoint/-e* parameter:
@@ -130,7 +130,7 @@ Below table show the authorization model for application management:
130
130
>The value passed through the subdomain setting is not a new AD domain but only a DNS domain used by the BDC cluster internally.
131
131
132
132
>[!IMPORTANT]
133
-
>You need to install or upgrade latest version of **Azure Data CLI** as of SQL Server 2019 CU5 release to leverage these new capabilities and deploy multiple big data clusters in the same domain.
133
+
>You need to install or upgrade latest version of **[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]** as of SQL Server 2019 CU5 release to leverage these new capabilities and deploy multiple big data clusters in the same domain.
134
134
135
135
See [Concept: deploy [!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ss-nover.md)] in Active Directory mode](active-directory-deployment-background.md) for more details regarding deploying multiple big data clusters in the same Active Directory domain.
136
136
@@ -147,7 +147,7 @@ If you have not already initialized the deployment configuration file, you can r
To set the above parameters in the `control.json` file, use the following Azure Data CLI commands. The commands replace the config and provide your own values before deployment.
150
+
To set the above parameters in the `control.json` file, use the following [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] commands. The commands replace the config and provide your own values before deployment.
151
151
152
152
> [!IMPORTANT]
153
153
> In the SQL Server 2019 CU2 release, the structure of the security configuration section in the deployment profile changed sightly and all the Active Directory related settings are in the new `activeDirectory` in the json tree under `security` in the `control.json` file.
You can find an example script here for [deploying a SQL Server big data cluster on single node Kubernetes cluster (kubeadm) with AD integration](https://github.com/microsoft/sql-server-samples/tree/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad).
210
210
211
211
> [!Note]
212
-
> There might be scenarios where you can't accommodate the newly introduced `subdomain` parameter. For example, you must deploy an a pre-CU5 release and you already upgraded **Azure Data CLI**. This is highly unlikely, but if you need to revert to the pre-CU5 behavior, you can set `useSubdomain` parameter to `false` in the active directory section of `control.json`. Here is the command to do so:
212
+
> There might be scenarios where you can't accommodate the newly introduced `subdomain` parameter. For example, you must deploy an a pre-CU5 release and you already upgraded **[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]**. This is highly unlikely, but if you need to revert to the pre-CU5 behavior, you can set `useSubdomain` parameter to `false` in the active directory section of `control.json`. Here is the command to do so:
You should now have set all the required parameters for a deployment of BDC with Active Directory integration.
219
219
220
-
You can now deploy the BDC cluster integrated with Active Directory using the Azure Data CLI command and the kubeadm-prod deployment profile. For full documentation of how to deploy [!INCLUDE[big-data-clusters](../includes/ssbigdataclusters-nover.md)], please visit the [How to deploy SQL Server Big Data Clusters on Kubernetes](deployment-guidance.md).
220
+
You can now deploy the BDC cluster integrated with Active Directory using the [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] command and the kubeadm-prod deployment profile. For full documentation of how to deploy [!INCLUDE[big-data-clusters](../includes/ssbigdataclusters-nover.md)], please visit the [How to deploy SQL Server Big Data Clusters on Kubernetes](deployment-guidance.md).
Copy file name to clipboardExpand all lines: docs/big-data-cluster/active-directory-deployment-background.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
@@ -135,7 +135,7 @@ It is not required, but is recommended. Providing separate OUs for separate clus
135
135
136
136
### How to revert back to the pre-CU5 behavior?
137
137
138
-
There might be scenarios where you can't accommodate the newly introduced `subdomain` parameter. For example you must deploy a pre-CU5 release and you already upgraded Azure Data CLI. This is highly unlikely, but if you need to revert to the pre-CU5 behavior you can set `useSubdomain` parameter to `false` in the active directory section of `control.json`.
138
+
There might be scenarios where you can't accommodate the newly introduced `subdomain` parameter. For example you must deploy a pre-CU5 release and you already upgraded [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]. This is highly unlikely, but if you need to revert to the pre-CU5 behavior you can set `useSubdomain` parameter to `false` in the active directory section of `control.json`.
139
139
140
140
The following example sets `useSubdomain` to `false` for this scenario.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/app-create.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article describes how to deploy and manage R and Python script as an applic
27
27
- Support hosting additional application types - SQL Server Integration Services (SSIS) and MLeap.
28
28
-[Visual Studio Code Extension](app-deployment-extension.md) to manage application deployment.
29
29
30
-
Applications are deployed and managed using Azure Data CLI command-line utility. This article provides examples of how to deploy apps from the command line. To learn how to use this in Visual Studio Code refer to [Visual Studio Code Extension](app-deployment-extension.md).
30
+
Applications are deployed and managed using [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] command-line utility. This article provides examples of how to deploy apps from the command line. To learn how to use this in Visual Studio Code refer to [Visual Studio Code Extension](app-deployment-extension.md).
31
31
32
32
The following types of apps are supported:
33
33
@@ -39,7 +39,7 @@ The following types of apps are supported:
39
39
## Prerequisites
40
40
41
41
-[SQL Server 2019 big data cluster](deployment-guidance.md)
42
-
-[Azure Data CLI](../azdata/install/deploy-install-azdata.md)
To create an application, you use Azure Data CLI with the `app create` command. These files reside locally on the machine that you're creating the app from.
112
+
To create an application, you use [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] with the `app create` command. These files reside locally on the machine that you're creating the app from.
113
113
114
114
Use the following syntax to create a new app in big data cluster:
Copy file name to clipboardExpand all lines: docs/big-data-cluster/concept-application-deployment.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
@@ -73,7 +73,7 @@ allowedCapabilities:
73
73
## How to work with Application Deployment
74
74
75
75
The two main interfaces for application deployment are:
76
-
- [Command line interface Azure Data CLI](app-create.md)
76
+
- [Command line interface [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]](app-create.md)
77
77
- [Visual Studio Code and Azure Data Studio extension](app-deployment-extension.md)
78
78
79
79
It is also possible for an application to be executed using a RESTful web service. For more information, see [Consume applications on big data clusters](app-consume.md).
Copy file name to clipboardExpand all lines: docs/big-data-cluster/concept-security.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
@@ -32,7 +32,7 @@ The external cluster endpoints support AD authentication. Use your AD identity t
32
32
33
33
There are five entry points to the big data cluster
34
34
35
-
* Master Instance - TDS endpoint for accessing SQL Server Master Instance in the cluster, using database tools and applications like SSMS or Azure Data Studio. When using HDFS or SQL Server commands from Azure Data CLI (`azdata`), the tool will connect to the other endpoints, depending on the operation.
35
+
* Master Instance - TDS endpoint for accessing SQL Server Master Instance in the cluster, using database tools and applications like SSMS or Azure Data Studio. When using HDFS or SQL Server commands from [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)], the tool will connect to the other endpoints, depending on the operation.
36
36
37
37
* Gateway to access HDFS files, Spark (Knox) - HTTPS endpoint for accessing services like webHDFS and Spark.
0 commit comments