Skip to content

Commit 17df2aa

Browse files
authored
Merge pull request #212777 from shohei1029/inference-migration
Update Inference migration articles
2 parents dd5df90 + 511c792 commit 17df2aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: upgrade
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 Azure Container Instances (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) web 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 services to managed online endpoints"
65+
- name: "Upgrade from ACI web 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)