Skip to content

Commit 84ea598

Browse files
committed
ASQLML: Adding noindex to preview content (1 of 2)
1 parent d28d858 commit 84ea598

8 files changed

+12
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ms.author: garye
1313
ms.reviewer: davidph, carlrab
1414
manager: cgronlun
1515
ms.date: 05/29/2019
16+
ROBOTS: NOINDEX
1617
---
18+
1719
# Quickstart: Use R with Machine Learning Services to query an Azure SQL database (preview)
1820

1921
In this quickstart, you use R with Machine Learning Services to connect to an Azure SQL database and use T-SQL statements to query data.
@@ -30,10 +32,7 @@ In this quickstart, you use R with Machine Learning Services to connect to an Az
3032
> [!IMPORTANT]
3133
> The scripts in this article are written to use the **Adventure Works** database.
3234
33-
> [!NOTE]
34-
> 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.
35-
36-
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/).
35+
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/).
3736

3837
## Get SQL server connection information
3938

articles/sql-database/sql-database-machine-learning-services-add-r-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: garye
1313
ms.reviewer: davidph
1414
manager: cgronlun
1515
ms.date: 04/29/2019
16+
ROBOTS: NOINDEX
1617
---
1718

1819
# Add an R package to Azure SQL Database Machine Learning Services (preview)

articles/sql-database/sql-database-machine-learning-services-data-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: garye
1313
ms.reviewer: davidph
1414
manager: cgronlun
1515
ms.date: 04/11/2019
16+
ROBOTS: NOINDEX
1617
---
1718

1819
# Work with R and SQL data in Azure SQL Database Machine Learning Services (preview)

articles/sql-database/sql-database-machine-learning-services-differences.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ms.author: davidph
1212
ms.reviewer: carlrab
1313
manager: cgronlun
1414
ms.date: 11/20/2019
15+
ROBOTS: NOINDEX
1516
---
17+
1618
# Key differences between Machine Learning Services in Azure SQL Database (preview) and SQL Server
1719

1820
The functionality of Azure SQL Database Machine Learning Services (with R) in (preview) is similar to [SQL Server Machine Learning Services](https://docs.microsoft.com/sql/advanced-analytics/what-is-sql-server-machine-learning). Below are some key differences.

articles/sql-database/sql-database-machine-learning-services-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: garye
1313
ms.reviewer: davidph
1414
manager: cgronlun
1515
ms.date: 04/11/2019
16+
ROBOTS: NOINDEX
1617
---
1718

1819
# Write advanced R functions in Azure SQL Database using Machine Learning Services (preview)

articles/sql-database/sql-database-machine-learning-services-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ ms.author: davidph
1212
ms.reviewer: carlrab
1313
manager: cgronlun
1414
ms.date: 11/20/2019
15+
ROBOTS: NOINDEX
1516
---
17+
1618
# Azure SQL Database Machine Learning Services with R (preview)
1719

1820
Machine Learning Services is a feature of Azure SQL Database, used for executing in-database R scripts. The feature includes Microsoft R packages for high-performance predictive analytics and machine learning. The relational data can be used in R scripts through stored procedures, T-SQL script containing R statements, or R code containing T-SQL.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: garye
1313
ms.reviewer: davidph
1414
manager: cgronlun
1515
ms.date: 04/11/2019
16+
ROBOTS: NOINDEX
1617
---
1718

1819
# Quickstart: Create and run simple R scripts in Azure SQL Database Machine Learning Services (preview)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: garye
1313
ms.reviewer: davidph
1414
manager: cgronlun
1515
ms.date: 04/11/2019
16+
ROBOTS: NOINDEX
1617
---
1718

1819
# Quickstart: Create and train a predictive model in R with Azure SQL Database Machine Learning Services (preview)

0 commit comments

Comments
 (0)