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: data-migration/index.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ metadata:
6
6
title: Azure Database Migration Guides | Microsoft Docs
7
7
description: "Step-by-step guidance for modernizing your data assets by migrating to SQL Server, Azure SQL Database, Azure SQL Managed Instance, Azure Database, Azure Cosmos DB, SQL Server on Azure VMs and Azure Synapse Analytics. "
This article describes how to install `azdata` on Windows with an installer. Use `azdata` to manage SQL Server Big Data Clusters or Azure Arc enabled data services.
18
+
This article describes how to install `azdata` on Windows with an installer. Use `azdata` to manage SQL Server Big Data Clusters.
19
19
20
20
## Steps to Install `azdata` with the Microsoft Windows Installer
21
21
@@ -38,5 +38,3 @@ The program to uninstall is called `Azure Data CLI` . Select this application, t
38
38
## Next steps
39
39
40
40
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md)
41
-
42
-
Use `azdata` with [Azure Arc enabled data services](/azure/azure-arc/data/)
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
114
-
115
-
Use azdata with [Azure Arc enabled data services](/azure/azure-arc/data/)
Copy file name to clipboardExpand all lines: docs/azdata/install/deploy-install-azdata-macos.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,3 @@ brew uninstall azdata-cli
59
59
60
60
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
61
61
62
-
Use azdata with [Azure Arc enabled data services](/azure/azure-arc/data/)
Copy file name to clipboardExpand all lines: docs/azdata/install/deploy-install-azdata-pip.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ titleSuffix:
4
4
description: Learn how to install the azdata tool with pip.
5
5
author: MikeRayMSFT
6
6
ms.author: mikeray
7
-
ms.reviewer: mihaelab
8
-
ms.date: 09/30/2020
7
+
ms.reviewer: danibunny
8
+
ms.date: 07/29/2021
9
9
ms.topic: conceptual
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -22,15 +22,15 @@ This article describes how to install the [!INCLUDE [azure-data-cli-azdata](../.
22
22
23
23
## <aid="prerequisites"></a> Prerequisites
24
24
25
-
`azdata` is a command-line utility written in Python that enables cluster administrators to bootstrap and manage data resources via REST APIs. The minimum Python version required is v3.5. `pip` is required to download and install the `azdata` tool. The instructions below provide examples for Windows, Linux (Ubuntu) and macOS/OS X. For installing Python on other platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download). In addition, install and update the latest version of `requests` Python package:
25
+
`azdata` is a command-line utility written in Python that enables cluster administrators to bootstrap and manage data resources via REST APIs. The minimum Python version required is v3.6. `pip` is required to download and install the `azdata` tool. The instructions below provide examples for Windows, Linux (Ubuntu) and macOS/OS X. For installing Python on other platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download). In addition, install and update the latest version of `requests` Python package:
26
26
27
27
```bash
28
28
pip3 install -U requests
29
29
```
30
30
31
31
## <aid="windows"></a> Windows `azdata` installation
32
32
33
-
1. On a Windows client, download the necessary Python package from [https://www.python.org/downloads/](https://www.python.org/downloads/). For python 3.5.3 and later, pip3 is also installed when you install Python.
33
+
1. On a Windows client, download the necessary Python package from [https://www.python.org/downloads/](https://www.python.org/downloads/). For python 3.6 and later, pip3 is also installed when you install Python.
34
34
35
35
> [!TIP]
36
36
> When installing Python3, select to add Python to your `PATH`. If you do not, you can later find where pip3 is located and manually add it to your `PATH`.
@@ -56,7 +56,7 @@ pip3 install -U requests
56
56
57
57
## <aid="linux"></a> Linux `azdata` installation
58
58
59
-
On Linux, you must install Python 3.5 and then upgrade pip. The following example shows the commands that would work for Ubuntu. For other Linux platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download).
59
+
On Linux, you must install Python 3.6 and then upgrade pip. The following example shows the commands that would work for Ubuntu. For other Linux platforms, see the [Python documentation](https://wiki.python.org/moin/BeginnersGuide/Download).
60
60
61
61
1. Install the necessary Python packages:
62
62
@@ -134,4 +134,3 @@ To install `azdata` on macOS or OS X complete these steps. For each step, run th
134
134
135
135
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
136
136
137
-
Use azdata with [Azure Arc enabled data services](/azure/azure-arc/data/)
Copy file name to clipboardExpand all lines: docs/azdata/install/deploy-install-azdata-yum.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,5 +90,3 @@ sudo yum update azdata-cli
90
90
## Next steps
91
91
92
92
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
93
-
94
-
Use azdata with [Azure Arc enabled data services](/azure/azure-arc/data/)
For more information about big data clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
81
-
82
-
Use azdata with [Azure Arc enabled data services](/azure/azure-arc/data/)
Copy file name to clipboardExpand all lines: docs/azdata/install/deploy-install-azdata.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,5 +37,3 @@ To find your installed version and see if you need to update, run `azdata --vers
37
37
## Next steps
38
38
39
39
Use azdata with Big Data Clusters, see [What are [!INCLUDE[big-data-clusters-2019](../../includes/ssbigdataclusters-ver15.md)]?](../../big-data-cluster/big-data-cluster-overview.md).
40
-
41
-
Use azdata with [Azure Arc enabled data services](/azure/azure-arc/data/)
Copy file name to clipboardExpand all lines: docs/azdata/reference/reference-azdata.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
@@ -21,7 +21,7 @@ The following article provides reference for the **sql** commands in the **azdat
21
21
22
22
|Command|Description|
23
23
| --- | --- |
24
-
|[azdata arc](reference-azdata-arc.md)| Commands for using Azure Arc for Azure data services. |
24
+
|[azdata arc](/azure/azure-arc/data/reference/overview)| Commands for using Azure Arc for Azure data services. |
25
25
|[azdata sql](reference-azdata-sql.md)| The SQL DB CLI allows the user to interact with SQL Server via T-SQL. |
26
26
[azdata login](#azdata-login) | Log in to the cluster's controller endpoint and set its namespace as your active context. To use a password on login, you must set the AZDATA_PASSWORD environment variable.
27
27
[azdata logout](#azdata-logout) | Log out of cluster.
0 commit comments