Skip to content

Commit f47d421

Browse files
committed
Replace product name with include
1 parent 8b0a77f commit f47d421

26 files changed

Lines changed: 71 additions & 62 deletions

docs/big-data-cluster/active-directory-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ From Azure Data Studio:
5252

5353
### Connect to controller with AD authentication from Linux/Mac
5454

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:
5656

5757
```bash
5858
kinit <username>@<domain name>

docs/big-data-cluster/active-directory-deploy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ mode](manage-user-access.md).
115115

116116
Below table show the authorization model for application management:
117117

118-
| Authorized roles | Azure Data CLI command |
118+
| Authorized roles | [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] command |
119119
|----------------------|--------------------|
120120
| appOwner | azdata app create |
121121
| appOwner | azdata app update |
@@ -130,7 +130,7 @@ Below table show the authorization model for application management:
130130
>The value passed through the subdomain setting is not a new AD domain but only a DNS domain used by the BDC cluster internally.
131131
132132
>[!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.
134134
135135
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.
136136

@@ -147,7 +147,7 @@ If you have not already initialized the deployment configuration file, you can r
147147
azdata bdc config init --source kubeadm-prod --target custom-prod-kubeadm
148148
```
149149

150-
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.
151151

152152
> [!IMPORTANT]
153153
> 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.
@@ -209,15 +209,15 @@ azdata bdc config replace -c custom-prod-kubeadm/control.json -j "$.spec.endpoin
209209
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).
210210

211211
> [!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:
213213
214214
```bash
215215
azdata bdc config replace -c custom-prod-kubeadm/control.json -j "$.security.activeDirectory.useSubdomain=false"
216216
```
217217

218218
You should now have set all the required parameters for a deployment of BDC with Active Directory integration.
219219

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).
221221

222222
## Verify reverse DNS entry for domain controller
223223

docs/big-data-cluster/active-directory-deployment-background.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ It is not required, but is recommended. Providing separate OUs for separate clus
135135

136136
### How to revert back to the pre-CU5 behavior?
137137

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`.
139139

140140
The following example sets `useSubdomain` to `false` for this scenario.
141141

docs/big-data-cluster/app-consume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article describes how to consume an app deployed on a SQL Server big data c
2121
## Prerequisites
2222

2323
- [SQL Server big data cluster](deployment-guidance.md)
24-
- [Azure Data CLI](../azdata/install/deploy-install-azdata.md)
24+
- [[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]](../azdata/install/deploy-install-azdata.md)
2525
- An app deployed using either [azdata](app-create.md) or the [App Deploy extension](app-deployment-extension.md)
2626

2727
> [!NOTE]

docs/big-data-cluster/app-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article describes how to deploy and manage R and Python script as an applic
2727
- Support hosting additional application types - SQL Server Integration Services (SSIS) and MLeap.
2828
- [Visual Studio Code Extension](app-deployment-extension.md) to manage application deployment.
2929

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).
3131

3232
The following types of apps are supported:
3333

@@ -39,7 +39,7 @@ The following types of apps are supported:
3939
## Prerequisites
4040

4141
- [SQL Server 2019 big data cluster](deployment-guidance.md)
42-
- [Azure Data CLI](../azdata/install/deploy-install-azdata.md)
42+
- [[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]](../azdata/install/deploy-install-azdata.md)
4343

4444
## Capabilities
4545

@@ -109,7 +109,7 @@ spec.yaml
109109

110110
## Create an app
111111

112-
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.
113113

114114
Use the following syntax to create a new app in big data cluster:
115115

docs/big-data-cluster/app-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article describes how to monitor an application inside a SQL Server Big Dat
2121
## Prerequisites
2222

2323
- [SQL Server 2019 big data cluster](deployment-guidance.md)
24-
- [Azure Data CLI](../azdata/install/deploy-install-azdata.md)
24+
- [[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]](../azdata/install/deploy-install-azdata.md)
2525

2626
## Capabilities
2727

docs/big-data-cluster/app-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes how to run an application inside a SQL Server Big Data Cl
1919
## Prerequisites
2020

2121
- [SQL Server 2019 big data cluster](deployment-guidance.md)
22-
- [Azure Data CLI](../azdata/install/deploy-install-azdata.md)
22+
- [[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)]](../azdata/install/deploy-install-azdata.md)
2323

2424
## Capabilities
2525

docs/big-data-cluster/concept-application-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ allowedCapabilities:
7373
## How to work with Application Deployment
7474

7575
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)
7777
- [Visual Studio Code and Azure Data Studio extension](app-deployment-extension.md)
7878

7979
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).

docs/big-data-cluster/concept-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The external cluster endpoints support AD authentication. Use your AD identity t
3232

3333
There are five entry points to the big data cluster
3434

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.
3636

3737
* Gateway to access HDFS files, Spark (Knox) - HTTPS endpoint for accessing services like webHDFS and Spark.
3838

docs/big-data-cluster/concept-storage-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The main methods for accessing the data in the storage pool are:
5252
You can also interact with HDFS using:
5353

5454
- Azure Data Studio.
55-
- Azure Data CLI.
55+
- [!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)].
5656
- kubectl to issue commands to the Hadoop container.
5757
- HDFS http gateway.
5858

0 commit comments

Comments
 (0)