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/azure-data-studio/azure-resource-explorer.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
@@ -16,7 +16,7 @@ ms.date: 09/24/2018
16
16
In this document, you learn how you can explore and manage Azure SQL Server, Azure SQL database, and Azure SQL Managed Instance resources through Azure Resource Explorer in [!INCLUDE [Azure Data Studio](../includes/name-sos-short.md)].
17
17
18
18
>[!NOTE]
19
-
>The Azure Resource Explorer is supported in SQL Server 2019. After that, you can install the extension through [extension manager](extensions.md) or through **File** > **Install Package from VSIX Package**.
19
+
>The Azure Resource Explorer is supported in SQL Server 2019. After that, you can install the extension through [extension manager](./extensions/add-extensions.md) or through **File** > **Install Package from VSIX Package**.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/deploy-azure-sql-edge.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
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
13
13
14
14
# Deploy Azure SQL Edge with Azure Data Studio (Preview)
15
15
16
-
[Azure SQL Edge](https://docs.microsoft.com/azure/azure-sql-edge/overview) is a relational database engine optimized for IoT and Azure IoT Edge deployments. It provides capabilities to create a high-performance data storage and processing layer for IoT applications and solutions. This article shows you how to deploy an Azure SQL Edge instance with Azure Data Studio and the deployment scenarios that are supported with the deployment wizard.
16
+
[Azure SQL Edge](/azure/azure-sql-edge/overview) is a relational database engine optimized for IoT and Azure IoT Edge deployments. It provides capabilities to create a high-performance data storage and processing layer for IoT applications and solutions. This article shows you how to deploy an Azure SQL Edge instance with Azure Data Studio and the deployment scenarios that are supported with the deployment wizard.
17
17
18
18
The following scenarios are supported by the deployment wizard in Azure Data Studio:
19
19
@@ -71,11 +71,11 @@ Optionally, a dacpac file can be zipped in a folder and deployed to the new Azur
71
71
72
72
## Multiple Devices of an Azure IoT Hub
73
73
74
-
If you have an existing IoT hub and connected devices, Azure SQL Edge can be deployed to the device based on the resource group, IoT hub name, and a [target condition](https://docs.microsoft.com/azure/iot-edge/module-deployment-monitoring#target-condition) to select device(s).
74
+
If you have an existing IoT hub and connected devices, Azure SQL Edge can be deployed to the device based on the resource group, IoT hub name, and a [target condition](/azure/iot-edge/module-deployment-monitoring#target-condition) to select device(s).
75
75
The IP address provided during the deployment wizard is utilized to generate a quick connect link at the bottom of the notebook.
76
76
77
77
Optionally, a dacpac file can be zipped in a folder and deployed to the new Azure SQL Edge instance as a part of the process. If a dacpac file is provided, an Azure Blob Storage account is created in the same resource group.
78
78
79
79
## Next steps
80
80
81
-
-[Learn more about Azure SQL Edge](https://docs.microsoft.com/azure/azure-sql-edge/)
81
+
-[Learn more about Azure SQL Edge](/azure/azure-sql-edge/)
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/azure-sql-managed-instance-extension.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
@@ -24,7 +24,7 @@ The Azure SQL Managed Instance extension provides a dashboard for working with a
24
24
## Install
25
25
26
26
You can install the official release of this extension. Follow the steps
27
-
in the [Azure Data Studio documentation](../extensions.md).
27
+
in the [Azure Data Studio documentation](./add-extensions.md).
28
28
In the **Extensions** pane, search for "Managed Instance", and install it there. After it's installed, you'll get notified automatically about any future extension updates.
29
29
30
30
With the extension installed, you'll see a **Managed Instance** tab in Azure Data Studio. Here you can find information specific for your managed instance.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/kusto-extension.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
13
13
14
14
# Kusto (KQL) extension for Azure Data Studio (Preview)
15
15
16
-
The Kusto (KQL) extension for [Azure Data Studio](../what-is.md) enables you to connect and query to [Azure Data Explorer](https://docs.microsoft.com/azure/data-explorer/data-explorer-overview) clusters.
16
+
The Kusto (KQL) extension for [Azure Data Studio](../what-is.md) enables you to connect and query to [Azure Data Explorer](/azure/data-explorer/data-explorer-overview) clusters.
17
17
18
18
Users can write and run KQL queries and author notebooks with the [Kusto kernel](../notebooks/notebooks-kusto-kernel.md) complete with IntelliSense.
19
19
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
28
28
The following prerequisites are also required:
29
29
30
30
-[Azure Data Studio installed](../download-azure-data-studio.md).
31
-
-[An Azure Data Explorer cluster and database](https://docs.microsoft.com/azure/data-explorer/create-cluster-database-portal).
31
+
-[An Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-database-portal).
32
32
33
33
## Install the Kusto (KQL) extension
34
34
@@ -99,7 +99,7 @@ StormEvents
99
99
| where EventType == "Waterspout"
100
100
```
101
101
102
-
For more information about writing KQL queries, visit [Write queries for Azure Data Explorer](https://docs.microsoft.com/azure/data-explorer/write-queries#overview-of-the-query-language)
102
+
For more information about writing KQL queries, visit [Write queries for Azure Data Explorer](/azure/data-explorer/write-queries#overview-of-the-query-language)
103
103
104
104
## View extension settings
105
105
@@ -119,7 +119,7 @@ The extensions settings look like this:
119
119
120
120
## SandDance visualization
121
121
122
-
The [SandDance extension](https://docs.microsoft.com/sql/azure-data-studio/sanddance-extension) with the Kusto (KQL) extension in Azure Data Studio bring rich interactive visualization together. From the KQL query result set, select the **Visualizer** button to launch [SandDance](https://sanddance.js.org/).
122
+
The [SandDance extension](../sanddance-extension.md) with the Kusto (KQL) extension in Azure Data Studio bring rich interactive visualization together. From the KQL query result set, select the **Visualizer** button to launch [SandDance](https://sanddance.js.org/).
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/machine-learning-extension.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
@@ -19,7 +19,7 @@ The Machine Learning extension for [Azure Data Studio](../what-is.md) enables yo
19
19
20
20
The following prerequisites need to be installed on the computer you run Azure Data Studio.
21
21
22
-
-[Python 3](https://www.python.org/downloads/). Once you have installed Python, you need to specify the local path to a Python installation under [Extension Settings](#settings). If you have used a [Python kernel notebook](../notebooks-tutorial-python-kernel.md) in Azure Data Studio, the extension will use the path from the notebook by default.
22
+
-[Python 3](https://www.python.org/downloads/). Once you have installed Python, you need to specify the local path to a Python installation under [Extension Settings](#settings). If you have used a [Python kernel notebook](../notebooks/notebooks-python-kernel.md) in Azure Data Studio, the extension will use the path from the notebook by default.
23
23
24
24
-[Microsoft ODBC driver 17 for SQL Server](../../connect/odbc/download-odbc-driver-for-sql-server.md) for Windows, macOS, or Linux.
25
25
@@ -82,7 +82,7 @@ To use the Machine Learning extension as well as the Python package management i
82
82
83
83
1. Ensure that **Machine Learning: Enable Python** is enabled. This setting is enabled by default.
84
84
85
-
1. Provide the path to your pre-existing Python installation under **Machine Learning: Python Path**. This can either be the full path to the Python executable or the folder the executable is in. If you have used a [Python kernel notebook](../notebooks-tutorial-python-kernel.md) in Azure Data Studio, the extension will use the path from the notebook by default.
85
+
1. Provide the path to your pre-existing Python installation under **Machine Learning: Python Path**. This can either be the full path to the Python executable or the folder the executable is in. If you have used a [Python kernel notebook](../notebooks/notebooks-python-kernel.md) in Azure Data Studio, the extension will use the path from the notebook by default.
86
86
87
87
### Enable R
88
88
@@ -109,6 +109,6 @@ Follow the links under **Next steps** to see how you can use the Machine Learnin
109
109
-[Manage packages in database](machine-learning-extension-manage-packages.md)
0 commit comments