Skip to content

Commit 02b9ff7

Browse files
committed
Removed signup for preview and changed include file
1 parent a8b7241 commit 02b9ff7

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ ms.date: 11/20/2019
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 in preview. Sign up to the preview is currently closed.
22-
>
23-
> 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.
24-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25-
>
20+
[!INCLUDE[ml-preview-note](../../includes/sql-database-ml-preview-note.md)]
21+
22+
> [!NOTE]
2623
> 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.
2724
>
2825
> 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.

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