Skip to content

Commit a068816

Browse files
authored
Merge pull request #96614 from dphansen/davidph-sqldbsignup
Remove signup from Azure SQL DB MLS preview
2 parents 030d5dc + 3558719 commit a068816

File tree

3 files changed

+14
-27
lines changed

3 files changed

+14
-27
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ author: dphansen
1111
ms.author: davidph
1212
ms.reviewer: carlrab
1313
manager: cgronlun
14-
ms.date: 03/01/2019
14+
ms.date: 11/20/2019
1515
---
1616
# Key differences between Machine Learning Services in Azure SQL Database (preview) and SQL Server
1717

1818
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.
1919

20-
> [!IMPORTANT]
21-
> Azure SQL Database Machine Learning Services is currently in public preview.
22-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
23-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20+
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
2421

2522
## Language support
2623

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

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,18 @@ author: dphansen
1111
ms.author: davidph
1212
ms.reviewer: carlrab
1313
manager: cgronlun
14-
ms.date: 03/01/2019
14+
ms.date: 11/20/2019
1515
---
1616
# Azure SQL Database Machine Learning Services with R (preview)
1717

1818
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.
1919

20-
> [!IMPORTANT]
21-
> Azure SQL Database Machine Learning Services (with R) is currently in public preview.
22-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
23-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24-
>
25-
> The public preview is available for single databases and elastic pools using the vCore-based purchasing model in the **general purpose** and **business critical** service tiers. In this initial public preview, the **hyperscale** service tier and the **managed instance** deployment option are not supported. Currently, R is the only supported language. There is no support for Python at this time.
20+
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
21+
22+
> [!NOTE]
23+
> The preview is available for single databases and elastic pools using the vCore-based purchasing model in the **general purpose** and **business critical** service tiers. In this initial preview, the **hyperscale** service tier and the **managed instance** deployment option are not supported. Currently, R is the only supported language. There is no support for Python at this time.
2624
>
2725
> The preview is currently available in the following regions: West Europe, North Europe, West US 2, East US, South Central US, North Central US, Canada Central, Southeast Asia, India South, and Australia Southeast.
28-
>
29-
> [Sign up for the preview](#signup) below.
3026
3127
## What you can do with R
3228

@@ -50,15 +46,10 @@ In addition to the pre-installed packages, you can [install additional packages]
5046

5147
## Sign up for the preview
5248

53-
To sign up for the public preview, follow these steps:
54-
55-
1. If you don't have an Azure subscription, [create an account](https://azure.microsoft.com/free/) before you begin.
56-
57-
2. Send an email to Microsoft at [[email protected]](mailto:[email protected]) to sign up for the public preview. The public preview of Machine Learning Services (with R) in SQL Database is not enabled by default.
58-
59-
Once you're enrolled in the program, Microsoft will onboard you to the public preview and enable R for your existing or new database.
49+
> [!IMPORTANT]
50+
> Sign up for Azure SQL Database Machine Learning Services (preview) is currently closed.
6051
61-
Machine Learning Services with R is not recommended for production workload during the public preview.
52+
Machine Learning Services with R is not recommended for production workload during the preview.
6253

6354
## Next steps
6455

includes/sql-database-ml-preview-note.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ author: garyericson
33
ms.service: sql-database
44
ms.subservice: machine-learning
55
ms.topic: include
6-
ms.date: 04/10/2019
6+
ms.date: 11/20/2019
77
ms.author: garye
88
---
99

1010
> [!IMPORTANT]
11-
> Azure SQL Database Machine Learning Services is currently in public preview.
11+
> Azure SQL Database Machine Learning Services is currently in preview. Sign up for the preview is currently closed.
12+
>
1213
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
13-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
14-
>
15-
> [Sign up for the preview](../articles/sql-database/sql-database-machine-learning-services-overview.md#signup)
14+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

0 commit comments

Comments
 (0)