Skip to content

Commit 5a18bed

Browse files
committed
Fixing links
1 parent cb8ffb5 commit 5a18bed

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/azure-sql/managed-instance/machine-learning-services-differences.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 05/27/2020
1919
The functionality of [Machine Learning Services in Azure SQL Managed Instance (preview)](sql-database-managed-instance-machine-learning-services-overview.md) is nearly identical to [SQL Server Machine Learning Services](https://docs.microsoft.com/sql/advanced-analytics/what-is-sql-server-machine-learning). Following are some key differences.
2020

2121
> [!IMPORTANT]
22-
> Machine Learning Services in Azure SQL Managed Instance is currently in public preview. To sign up, see [Sign up for the preview](sql-database-managed-instance-machine-learning-services-overview.md#signup).
22+
> Machine Learning Services in Azure SQL Managed Instance is currently in public preview. To sign up, see [Sign up for the preview](machine-learning-services-overview.md#signup).
2323
2424
## Preview limitations
2525

@@ -43,7 +43,7 @@ Machine Learning Services in SQL Managed Instance and SQL Server support both Py
4343
| SQL Managed Instance | 3.7.1 | 3.5.2 |
4444
| SQL Server | 3.5.2 | 3.3.3 |
4545

46-
- There is no need to configure `external scripts enabled` via `sp_configure`. Once you are [signed up](sql-database-managed-instance-machine-learning-services-overview.md#signup) for the preview, machine learning is enabled for your SQL database.
46+
- There is no need to configure `external scripts enabled` via `sp_configure`. Once you are [signed up](machine-learning-services-overview.md#signup) for the preview, machine learning is enabled for your SQL database.
4747

4848
## Packages
4949

@@ -75,6 +75,6 @@ Memory usage depends on how much is used in your R scripts and the number of par
7575

7676
## Next steps
7777

78-
- See the overview, [Machine Learning Services in Azure SQL Managed Instance](sql-database-managed-instance-machine-learning-services-overview.md).
79-
- To learn how to use Python in Machine Learning Services, see [Run Python scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-python-create-script?context=azure/sql-database/context/ml-context&view=sql-server-ver15).
80-
- To learn how to use R in Machine Learning Services, see [Run R scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-r-create-script?context=azure/sql-database/context/ml-context&view=sql-server-ver15).
78+
- See the overview, [Machine Learning Services in Azure SQL Managed Instance](machine-learning-services-overview.md).
79+
- To learn how to use Python in Machine Learning Services, see [Run Python scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-python-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=sql-server-ver15).
80+
- To learn how to use R in Machine Learning Services, see [Run R scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-r-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=sql-server-ver15).

articles/azure-sql/managed-instance/machine-learning-services-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use Machine Learning Services with R/Python support in Azure SQL Managed Instanc
3939

4040
- **Deploy your models and scripts into production in stored procedures** - The scripts and trained models can be operationalized simply by embedding them in T-SQL stored procedures. Apps connecting to Azure SQL Managed Instance can benefit from predictions and intelligence in these models by just calling a stored procedure. You can also use the native T-SQL PREDICT function to operationalize models for fast scoring in highly concurrent real-time scoring scenarios.
4141

42-
Base distributions of Python and R are included in Machine Learning Services. You can install and use open-source packages and frameworks, such as PyTorch, TensorFlow, and scikit-learn, in addition to the Microsoft packages [revoscalepy](phttps://docs.microsoft.com/sql/advanced-analytics/python/ref-py-revoscalepy) and [microsoftml](https://docs.microsoft.com/sql/advanced-analytics/python/ref-py-microsoftml) for Python, and [RevoScaleR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-revoscaler), [MicrosoftML](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-microsoftml), [olapR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-olapr), and [sqlrutils](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-sqlrutils) for R.
42+
Base distributions of Python and R are included in Machine Learning Services. You can install and use open-source packages and frameworks, such as PyTorch, TensorFlow, and scikit-learn, in addition to the Microsoft packages [revoscalepy](https://docs.microsoft.com/sql/advanced-analytics/python/ref-py-revoscalepy) and [microsoftml](https://docs.microsoft.com/sql/advanced-analytics/python/ref-py-microsoftml) for Python, and [RevoScaleR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-revoscaler), [MicrosoftML](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-microsoftml), [olapR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-olapr), and [sqlrutils](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-sqlrutils) for R.
4343

4444
<a name="signup"></a>
4545

@@ -67,6 +67,6 @@ Machine Learning Services in SQL Managed Instance is not recommended for product
6767

6868
## Next steps
6969

70-
- See the [key differences from SQL Server Machine Learning Services](sql-database-managed-instance-machine-learning-services-differences.md).
71-
- To learn how to use Python in Machine Learning Services, see [Run Python scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-python-create-script?context=azure/sql-database/context/ml-context&view=sql-server-ver15).
72-
- To learn how to use R in Machine Learning Services, see [Run R scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-r-create-script?context=azure/sql-database/context/ml-context&view=sql-server-ver15).
70+
- See the [key differences from SQL Server Machine Learning Services](machine-learning-services-differences.md).
71+
- To learn how to use Python in Machine Learning Services, see [Run Python scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-python-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=sql-server-ver15).
72+
- To learn how to use R in Machine Learning Services, see [Run R scripts](https://docs.microsoft.com/sql/machine-learning/tutorials/quickstart-r-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=sql-server-ver15).

articles/azure-sql/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,9 @@
764764
- name: Machine Learning Services
765765
items:
766766
- name: Overview
767-
href: sql-database-managed-instance-machine-learning-services-overview.md
767+
href: machine-learning-services-overview.md
768768
- name: Key differences
769-
href: sql-database-managed-instance-machine-learning-services-differences.md
769+
href: machine-learning-services-differences.md
770770
- name: Quickstarts
771771
items:
772772
- name: Python

0 commit comments

Comments
 (0)