Skip to content

Commit ce9d68a

Browse files
committed
Removed link syntax.
1 parent d7d140c commit ce9d68a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/big-data-cluster/deploy-big-data-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following table lists common big data cluster tools and how to install them:
2828
| `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) |
2929
| **Azure Data Studio** | Yes | Cross-platform graphical tool for querying SQL Server. | [Install](../azure-data-studio/download-azure-data-studio.md) |
3030
| **Data Virtualization extension** | Yes | Extension for Azure Data Studio that provides a Data Virtualization wizard. | [Install](../azure-data-studio/extensions/data-virtualization-extension.md) |
31-
| **Azure CLI**<sup>2</sup> | For AKS | Modern command-line interface for managing Azure services. Used with AKS big data cluster deployments ([More info](/cli/azure/?view=azure-cli-latest&preserve-view=true)). | [Install](/cli/azure/install-azure-cli?view=azure-cli-latest&preserve-view=true) |
31+
| **Azure CLI**<sup>2</sup> | For AKS | Modern command-line interface for managing Azure services. Used with AKS big data cluster deployments ([More info](/cli/azure/)). | [Install](/cli/azure/install-azure-cli) |
3232
| **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) |
3333
| **sqlcmd** | For some scripts | Legacy command-line tool for querying SQL Server ([More info](../tools/sqlcmd-utility.md)). 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) |
3434
| `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 |

docs/big-data-cluster/deploy-on-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Choose the latest available version for your cluster. Record the version number.
144144

145145
## Connect to the cluster
146146

147-
1. To configure kubectl to connect to your Kubernetes cluster, run the [az aks get-credentials](/cli/azure/aks?view=azure-cli-latest#az-aks-get-credentials) command. This step downloads credentials and configures the kubectl CLI to use them.
147+
1. To configure kubectl to connect to your Kubernetes cluster, run the [az aks get-credentials](/cli/azure/aks#az-aks-get-credentials) command. This step downloads credentials and configures the kubectl CLI to use them.
148148

149149
```azurecli
150150
az aks get-credentials --resource-group=sqlbdcgroup --name kubcluster
@@ -160,7 +160,7 @@ Choose the latest available version for your cluster. Record the version number.
160160

161161
If you have any problems creating an Azure Kubernetes Service with the previous commands, try the following resolutions:
162162

163-
- Make sure that you have installed the [latest Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest).
163+
- Make sure that you have installed the [latest Azure CLI](/cli/azure/install-azure-cli).
164164
- Try the same steps using a different resource group and cluster name.
165165
- Refer to the detailed [troubleshooting documentation for AKS](/azure/aks/troubleshooting).
166166

docs/big-data-cluster/notebooks-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In addition to above, deploying SQL Server 2019 big data cluster also requires:
3232

3333
* [azdata](../azdata/install/deploy-install-azdata.md)
3434
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-using-native-package-management)
35-
* [Azure CLI (if deploying in Azure)](/cli/azure/install-azure-cli?view=azure-cli-latest)
35+
* [Azure CLI (if deploying in Azure)](/cli/azure/install-azure-cli)
3636

3737
## Launch the notebook
3838

docs/relational-databases/security/encryption/troubleshoot-tde.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ Use the following cmdlet or command to ensure that an identity has been assigned
6464

6565
- Azure PowerShell: [Get-AzureRMSqlServer](/powershell/module/AzureRM.Sql/Get-AzureRmSqlServer?view=azurermps-6.13.0)
6666

67-
- Azure CLI: [az-sql-server-show](/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-show)
67+
- Azure CLI: [az-sql-server-show](/cli/azure/sql/server#az-sql-server-show)
6868

6969
**Mitigation**
7070

7171
Use the following cmdlet or command to configure an Azure AD identity (an AppId) for the logical SQL Server instance:
7272

7373
- Azure PowerShell: [Set-AzureRmSqlServer](/powershell/module/azurerm.sql/set-azurermsqlserver?view=azurermps-6.13.0) with the `-AssignIdentity` option.
7474

75-
- Azure CLI: [az sql server update](/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-update) with the `--assign_identity` option.
75+
- Azure CLI: [az sql server update](/cli/azure/sql/server#az-sql-server-update) with the `--assign_identity` option.
7676

7777
In the Azure portal, go to the key vault, and then go to **Access policies**. Complete these steps:
7878

@@ -99,7 +99,7 @@ To identify the key URI and the key vault:
9999

100100
- Azure PowerShell: [Get-AzureRmSqlServerKeyVaultKey](/powershell/module/azurerm.sql/get-azurermsqlserverkeyvaultkey?view=azurermps-6.13.0)
101101

102-
- Azure CLI: [az-sql-server-tde-key-show](/cli/azure/sql/server/tde-key?view=azure-cli-latest#az-sql-server-tde-key-show)
102+
- Azure CLI: [az-sql-server-tde-key-show](/cli/azure/sql/server/tde-key#az-sql-server-tde-key-show)
103103

104104
1. Use the key URI to identify the key vault:
105105

0 commit comments

Comments
 (0)