Skip to content

Commit 365c71f

Browse files
author
Larry Franks
committed
terminology
1 parent 811c66c commit 365c71f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/machine-learning/migrate-to-v2-deploy-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: migration
1515

1616
# Upgrade deployment endpoints to SDK v2
1717

18-
We newly introduced [online endpoints](concept-endpoints.md) and batch endpoints as v2 concepts. There are several deployment funnels such as managed online endpoints, [kubernetes online endpoints](how-to-attach-kubernetes-anywhere.md) (including AKS and Arc-enabled Kubernetes) in v2, and ACI and AKS webservices in v1. In this article, we'll focus on the comparison of deploying to ACI webservices (v1) and managed online endpoints (v2).
18+
We newly introduced [online endpoints](concept-endpoints.md) and batch endpoints as v2 concepts. There are several deployment funnels such as managed online endpoints, [kubernetes online endpoints](how-to-attach-kubernetes-anywhere.md) (including Azure Kubernetes Services and Arc-enabled Kubernetes) in v2, and Azure Container Instances (ACI) and Kubernetes Services (AKS) webservices in v1. In this article, we'll focus on the comparison of deploying to ACI webservices (v1) and managed online endpoints (v2).
1919

2020
Examples in this article show how to:
2121

articles/machine-learning/migrate-to-v2-managed-online-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Upgrade steps for ACI web services to managed online endpoints
2+
title: Upgrade steps for Container Instances web services to managed online endpoints
33
titleSuffix: Azure Machine Learning
4-
description: Upgrade steps for ACI web services to managed online endpoints in Azure Machine Learning
4+
description: Upgrade steps for Azure Container Instances web services to managed online endpoints in Azure Machine Learning
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -13,11 +13,11 @@ ms.reviewer: blackmist
1313
ms.custom: upgrade
1414
---
1515

16-
# Upgrade steps for ACI web services to managed online endpoints
16+
# Upgrade steps for Azure Container Instances web services to managed online endpoints
1717

1818
[Managed online endpoints](concept-endpoints.md#what-are-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. Details can be found on [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-managed-online-endpoints.md).
1919

20-
You can deploy directly to the new compute target with your previous models and environments, or use the [scripts](https://aka.ms/moeonboard) (preview) provided by us to export the current services and then deploy to the new compute without affecting your existing services. If you regularly create and delete ACI services, we strongly recommend the deploying directly and not using the scripts.
20+
You can deploy directly to the new compute target with your previous models and environments, or use the [scripts](https://aka.ms/moeonboard) (preview) provided by us to export the current services and then deploy to the new compute without affecting your existing services. If you regularly create and delete Azure Container Instances (ACI) services, we strongly recommend the deploying directly and not using the scripts.
2121

2222
> [!IMPORTANT]
2323
> The scripts are preview and are provided without a service level agreement.

articles/machine-learning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
- name: "Online endpoints"
6363
displayName: migration, v1, v2
6464
href: migrate-to-v2-deploy-endpoints.md
65-
- name: "Upgrade from ACI webs ervices to managed online endpoints"
65+
- name: "Upgrade from ACI webs services to managed online endpoints"
6666
displayName: migration, v1, v2
6767
href: migrate-to-v2-managed-online-endpoints.md
6868
- name: Quickstart

0 commit comments

Comments
 (0)