Skip to content

Commit a8d503f

Browse files
authored
Merge pull request #102304 from kraigb/kraigb-edits
Remove extra spaces from prereq lists
2 parents 3c95cd2 + 2ebd014 commit a8d503f

6 files changed

+1
-16
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ In this quickstart, you use Java to connect to an Azure SQL database and use T-S
1919
## Prerequisites
2020

2121
- 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).
22-
2322
- An [Azure SQL database](sql-database-single-database-get-started.md)
24-
2523
- [Java](/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server)-related software
2624

2725
# [macOS](#tab/macos)

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ In this quickstart, you use Node.js to connect to an Azure SQL database and use
1919
## Prerequisites
2020

2121
- 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).
22-
2322
- An [Azure SQL database](sql-database-single-database-get-started.md)
24-
2523
- [Node.js](https://nodejs.org)-related software
2624

2725
# [macOS](#tab/macos)

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ In this quickstart, you use Python to connect to an Azure SQL database and use T
1919
## Prerequisites
2020

2121
- 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).
22-
2322
- An [Azure SQL database](sql-database-single-database-get-started.md)
24-
2523
- [Python](https://python.org/downloads) 3 and related software
2624

2725
# [macOS](#tab/macos)

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ In this quickstart, you use R with Machine Learning Services to connect to an Az
2323
## Prerequisites
2424

2525
- 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).
26-
2726
- An [Azure SQL database](sql-database-single-database-get-started.md)
28-
2927
- [Machine Learning Services](sql-database-machine-learning-services-overview.md) with R enabled. [Sign up for the preview](sql-database-machine-learning-services-overview.md#signup).
30-
3128
- [SQL Server Management Studio](/sql/ssms/sql-server-management-studio-ssms) (SSMS)
3229

3330
> [!IMPORTANT]

articles/sql-database/sql-database-quickstart-r-create-script.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ In this quickstart, you create and run a set of R scripts using Machine Learning
2424
## Prerequisites
2525

2626
- 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).
27-
2827
- An [Azure SQL database](sql-database-single-database-get-started.md) with a [server-level firewall rule](sql-database-server-level-firewall-rule.md)
29-
3028
- [Machine Learning Services](sql-database-machine-learning-services-overview.md) with R enabled. [Sign up for the preview](sql-database-machine-learning-services-overview.md#signup).
31-
3229
- [SQL Server Management Studio](/sql/ssms/sql-server-management-studio-ssms) (SSMS)
3330

3431
> [!NOTE]

articles/sql-database/sql-database-quickstart-r-train-score-model.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ In this quickstart, you create and train a predictive model using R, save the mo
2424
## Prerequisites
2525

2626
- 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).
27-
2827
- An [Azure SQL database](sql-database-single-database-get-started.md) with a [server-level firewall rule](sql-database-server-level-firewall-rule.md)
29-
3028
- [Machine Learning Services](sql-database-machine-learning-services-overview.md) with R enabled. [Sign up for the preview](sql-database-machine-learning-services-overview.md#signup).
31-
3229
- [SQL Server Management Studio](/sql/ssms/sql-server-management-studio-ssms) (SSMS)
3330

3431
> [!NOTE]
@@ -251,4 +248,4 @@ For more information on Azure SQL Database Machine Learning Services with R (pre
251248
- [Azure SQL Database Machine Learning Services with R (preview)](sql-database-machine-learning-services-overview.md)
252249
- [Create and run simple R scripts in Azure SQL Database Machine Learning Services (preview)](sql-database-quickstart-r-create-script.md)
253250
- [Write advanced R functions in Azure SQL Database using Machine Learning Services (preview)](sql-database-machine-learning-services-functions.md)
254-
- [Work with R and SQL data in Azure SQL Database Machine Learning Services (preview)](sql-database-machine-learning-services-data-issues.md)
251+
- [Work with R and SQL data in Azure SQL Database Machine Learning Services (preview)](sql-database-machine-learning-services-data-issues.md)

0 commit comments

Comments
 (0)