Skip to content

Commit 18196b1

Browse files
author
msebolt
committed
more changes
1 parent 90b3d2c commit 18196b1

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

articles/sql-database/sql-database-connect-query-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this quickstart, you use Java to connect to an Azure SQL database and use T-S
1818

1919
## Prerequisites
2020

21-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
21+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2222

2323
- An [Azure SQL database](sql-database-single-database-get-started.md)
2424

articles/sql-database/sql-database-connect-query-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this quickstart, you use Node.js to connect to an Azure SQL database and use
1818

1919
## Prerequisites
2020

21-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
21+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2222

2323
- An [Azure SQL database](sql-database-single-database-get-started.md)
2424

articles/sql-database/sql-database-connect-query-python.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ In this quickstart, you use Python to connect to an Azure SQL database and use T
1818

1919
## Prerequisites
2020

21-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
21+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2222

2323
- An [Azure SQL database](sql-database-single-database-get-started.md)
24-
25-
> [!IMPORTANT]
26-
> The scripts in this article are written to use the **Adventure Works** database.
27-
28-
> [!NOTE]
29-
> You can optionally choose to use an Azure SQL managed instance.
30-
>
31-
> To create and configure, use the [Azure Portal](sql-database-managed-instance-get-started.md), [PowerShell](scripts/sql-database-create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](sql-database-managed-instance-configure-p2s.md) or [VM](sql-database-managed-instance-configure-vm.md) connectivity.
32-
>
33-
> To load data, see [restore with BACPAC](sql-database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](sql-database-managed-instance-get-started-restore.md).
3424

3525
- [Python](https://python.org/downloads) 3 and related software
3626

27+
> [!IMPORTANT]
28+
> The scripts in this article are written to use the **Adventure Works** database.
29+
30+
> [!NOTE]
31+
> You can optionally choose to use an Azure SQL managed instance.
32+
>
33+
> To create and configure, use the [Azure Portal](sql-database-managed-instance-get-started.md), [PowerShell](scripts/sql-database-create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](sql-database-managed-instance-configure-p2s.md) or [VM](sql-database-managed-instance-configure-vm.md) connectivity.
34+
>
35+
> To load data, see [restore with BACPAC](sql-database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](sql-database-managed-instance-get-started-restore.md).
36+
3737
# [macOS](#tab/macos)
3838

3939
To install Homebrew and Python, the ODBC driver and SQLCMD, and the Python driver for SQL Server, use steps **1.2**, **1.3**, and **2.1** in [create Python apps using SQL Server on macOS](https://www.microsoft.com/sql-server/developer-get-started/python/mac/).

articles/sql-database/sql-database-connect-query-r.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this quickstart, you use R with Machine Learning Services to connect to an Az
2222

2323
## Prerequisites
2424

25-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
25+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
2626

2727
- An [Azure SQL database](sql-database-single-database-get-started.md)
2828

@@ -36,9 +36,7 @@ In this quickstart, you use R with Machine Learning Services to connect to an Az
3636
> [!NOTE]
3737
> During the public preview, Microsoft will onboard you and enable machine learning for your existing or new database, however the managed instance deployment option is currently not supported.
3838
39-
Machine Learning Services with R is a feature of Azure SQL database used for executing in-database R scripts.
40-
41-
For more information, see the [R Project](https://www.r-project.org/).
39+
Machine Learning Services with R is a feature of Azure SQL database used for executing in-database R scripts. For more information, see the [R Project](https://www.r-project.org/).
4240

4341
## Get SQL server connection information
4442

0 commit comments

Comments
 (0)