Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e908fb5

Browse files
authored
Merge pull request #17194 from DCtheGeek/dmc-links-ads
Links: SQL - ads
2 parents 554eed7 + 5e8640e commit e908fb5

13 files changed

Lines changed: 42 additions & 42 deletions

docs/azure-data-studio/azure-resource-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 09/24/2018
1616
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)].
1717

1818
>[!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**.
2020
2121
## Connect to Azure
2222

docs/azure-data-studio/deploy-azure-sql-edge.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
1313

1414
# Deploy Azure SQL Edge with Azure Data Studio (Preview)
1515

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

1818
The following scenarios are supported by the deployment wizard in Azure Data Studio:
1919

@@ -71,11 +71,11 @@ Optionally, a dacpac file can be zipped in a folder and deployed to the new Azur
7171

7272
## Multiple Devices of an Azure IoT Hub
7373

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).
7575
The IP address provided during the deployment wizard is utilized to generate a quick connect link at the bottom of the notebook.
7676

7777
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.
7878

7979
## Next steps
8080

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/)

docs/azure-data-studio/extensions/azure-arc-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
1313

1414
# Azure Arc extension for Azure Data Studio (Preview)
1515

16-
The [Azure Arc extension (preview)](https://aka.ms/azurearcdata-docs) is an extension for creating and managing Azure Arc data services resources.
16+
The [Azure Arc extension (preview)](/azure/azure-arc/data/) is an extension for creating and managing Azure Arc data services resources.
1717

1818
**Key actions include:**
1919
- Create a resource
@@ -56,4 +56,4 @@ Once connected, you can view the resources deployed on the data controller. You
5656
These dashboards will provide additional information about the resource, including option to open in Azure portal.
5757

5858
## Next steps
59-
To learn more about Azure Arc data services, [check our documentation.](https://aka.ms/azurearcdata-docs)
59+
To learn more about Azure Arc data services, [check our documentation.](/azure/azure-arc/data/)

docs/azure-data-studio/extensions/azure-sql-managed-instance-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Azure SQL Managed Instance extension provides a dashboard for working with a
2424
## Install
2525

2626
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).
2828
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.
2929

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

docs/azure-data-studio/extensions/data-virtualization-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Data Virtualization extension for Azure Data Studio provides support for the
1717

1818
## Install the Data Virtualization extension
1919

20-
To install the Data Virtualization extension, visit [Extend the functionality of Azure Data Studio](../extensions.md).
20+
To install the Data Virtualization extension, visit [Extend the functionality of Azure Data Studio](./add-extensions.md).
2121

2222
## Changes in release 1.0
2323

@@ -140,4 +140,4 @@ A number of improvements that help extenders were added in this release.
140140
* Improved reliability when using Create External Data wizard, specifically when connection errors occur.
141141
* Block use of Create External Data wizard if PolyBase isn't enabled or running in the target server.
142142
* Spelling and naming fixes related to SQL Server 2019 and Create External Data.
143-
* Removed a large number of errors from the Azure Data Studio debug console.
143+
* Removed a large number of errors from the Azure Data Studio debug console.

docs/azure-data-studio/extensions/kusto-extension.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/22/2020
1313

1414
# Kusto (KQL) extension for Azure Data Studio (Preview)
1515

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

1818
Users can write and run KQL queries and author notebooks with the [Kusto kernel](../notebooks/notebooks-kusto-kernel.md) complete with IntelliSense.
1919

@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
2828
The following prerequisites are also required:
2929

3030
- [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).
3232

3333
## Install the Kusto (KQL) extension
3434

@@ -99,7 +99,7 @@ StormEvents
9999
| where EventType == "Waterspout"
100100
```
101101

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)
103103

104104
## View extension settings
105105

@@ -119,7 +119,7 @@ The extensions settings look like this:
119119

120120
## SandDance visualization
121121

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/).
123123

124124
:::image type="content" source="media/kusto-extension/kusto-extension-sanddance-demo.gif" alt-text="SandDance visualization":::
125125

@@ -140,6 +140,6 @@ You can file a [bug](https://github.com/microsoft/azuredatastudio/issues/new?ass
140140

141141
- [Create and run a Kusto notebook](../notebooks/notebooks-kusto-kernel.md)
142142
- [Kqlmagic notebook in Azure Data Studio](../notebooks/notebooks-kqlmagic.md)
143-
- [SQL to Kusto cheat sheet](https://docs.microsoft.com/azure/data-explorer/kusto/query/sqlcheatsheet)
144-
- [What is Azure Data Explorer?](https://docs.microsoft.com/azure/data-explorer/data-explorer-overview)
143+
- [SQL to Kusto cheat sheet](/azure/data-explorer/kusto/query/sqlcheatsheet)
144+
- [What is Azure Data Explorer?](/azure/data-explorer/data-explorer-overview)
145145
- [Using SandDance visualizations](https://sanddance.js.org/)

docs/azure-data-studio/extensions/machine-learning-extension-manage-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ Follow the steps below to uninstall R packages in your database.
117117
- [Machine Learning extension in Azure Data Studio](machine-learning-extension.md)
118118
- [Make predictions](machine-learning-extension-predictions.md)
119119
- [Import or view models](machine-learning-extension-import-view-models.md)
120-
- [Notebooks in Azure Data Studio](../notebooks-guidance.md)
121-
- [SQL machine learning documentation](../../machine-learning/index.yml)
120+
- [Notebooks in Azure Data Studio](../notebooks/notebooks-guidance.md)
121+
- [SQL machine learning documentation](../../machine-learning/index.yml)

docs/azure-data-studio/extensions/machine-learning-extension-predictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Azure Data Studio will create a new T-SQL query with the [PREDICT](../../t-sql/q
5050
- [Machine Learning extension in Azure Data Studio](machine-learning-extension.md)
5151
- [Manage packages in database](machine-learning-extension-manage-packages.md)
5252
- [Import or view models](machine-learning-extension-import-view-models.md)
53-
- [Notebooks in Azure Data Studio](../notebooks-guidance.md)
53+
- [Notebooks in Azure Data Studio](../notebooks/notebooks-guidance.md)
5454
- [SQL machine learning documentation](../../machine-learning/index.yml)
5555
- [Machine Learning Services in Azure SQL Managed Instance](/azure/azure-sql/managed-instance/machine-learning-services-overview)
56-
- [Machine learning and AI with ONNX in SQL Edge (Preview)](/azure/azure-sql-edge/onnx-overview)
56+
- [Machine learning and AI with ONNX in SQL Edge (Preview)](/azure/azure-sql-edge/onnx-overview)

docs/azure-data-studio/extensions/machine-learning-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Machine Learning extension for [Azure Data Studio](../what-is.md) enables yo
1919

2020
The following prerequisites need to be installed on the computer you run Azure Data Studio.
2121

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

2424
- [Microsoft ODBC driver 17 for SQL Server](../../connect/odbc/download-odbc-driver-for-sql-server.md) for Windows, macOS, or Linux.
2525

@@ -82,7 +82,7 @@ To use the Machine Learning extension as well as the Python package management i
8282
8383
1. Ensure that **Machine Learning: Enable Python** is enabled. This setting is enabled by default.
8484

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

8787
### Enable R
8888

@@ -109,6 +109,6 @@ Follow the links under **Next steps** to see how you can use the Machine Learnin
109109
- [Manage packages in database](machine-learning-extension-manage-packages.md)
110110
- [Make predictions](machine-learning-extension-predictions.md)
111111
- [Import or view models](machine-learning-extension-import-view-models.md)
112-
- [Notebooks in Azure Data Studio](../notebooks-guidance.md)
112+
- [Notebooks in Azure Data Studio](../notebooks/notebooks-guidance.md)
113113
- [SQL machine learning documentation](../../machine-learning/index.yml)
114114
- [Machine learning and AI with ONNX in SQL Edge (preview)](/azure/azure-sql-edge/onnx-overview)

docs/azure-data-studio/extensions/powershell-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ If you are running Azure Data Studio on macOS or Linux, you may also need to ins
5959
PowerShell Core is an Open Source project on [GitHub](https://github.com/powershell/powershell).
6060
For more information on installing PowerShell Core on macOS or Linux platforms, see the following articles:
6161

62-
- [Installing PowerShell Core on Linux](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux)
63-
- [Installing PowerShell Core on macOS](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos)
62+
- [Installing PowerShell Core on Linux](/powershell/scripting/install/installing-powershell-core-on-linux)
63+
- [Installing PowerShell Core on macOS](/powershell/scripting/install/installing-powershell-core-on-macos)
6464

6565
## Example Scripts
6666

0 commit comments

Comments
 (0)