Skip to content

Commit ff49fdc

Browse files
authored
Merge pull request #180443 from lobrien/patch-sethu-moe-mentions
Emphasizing managed online endpoints per PM
2 parents 02a4cf2 + 5381d4f commit ff49fdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/machine-learning/concept-endpoints.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ Visual Studio Code enables you to interactively debug endpoints.
114114

115115
## Managed online endpoints vs Kubernetes online endpoints (preview)
116116

117-
There are two types of online endpoints: **managed online endpoints** (preview) and **Kubernetes online endpoints** (preview). The following table highlights some of their key differences.
117+
There are two types of online endpoints: **managed online endpoints** (preview) and **Kubernetes online endpoints** (preview). Managed online endpoints help to deploy your ML models in a turnkey manner. Managed online endpoints work with powerful CPU and GPU machines in Azure in a scalable, fully managed way. Managed online endpoints take care of serving, scaling, securing, and monitoring your models, freeing you from the overhead of setting up and managing the underlying infrastructure. The main example in this doc uses managed online endpoints for deployment.
118+
119+
The following table highlights the key differences between managed online endpoints and Kubernetes online endpoints.
118120

119121
| | Managed online endpoints | Kubernetes online endpoints |
120122
|-|-|-|

articles/machine-learning/how-to-deploy-managed-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Learn how to use an online endpoint (preview) to deploy your model, so you don't
1919

2020
You'll also learn how to view the logs and monitor the service-level agreement (SLA). You start with a model and end up with a scalable HTTPS/REST endpoint that you can use for online and real-time scoring.
2121

22-
For more information, see [What are Azure Machine Learning endpoints (preview)?](concept-endpoints.md).
22+
Managed online endpoints help to deploy your ML models in a turnkey manner. Managed online endpoints work with powerful CPU and GPU machines in Azure in a scalable, fully managed way. Managed online endpoints take care of serving, scaling, securing, and monitoring your models, freeing you from the overhead of setting up and managing the underlying infrastructure. The main example in this doc uses managed online endpoints for deployment. To use Kubernetes instead, see the notes in this document inline with the managed online endpoint discussion. For more information, see [What are Azure Machine Learning endpoints (preview)?](concept-endpoints.md).
2323

2424
[!INCLUDE [preview disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
2525

0 commit comments

Comments
 (0)