Skip to content

Commit fbf7004

Browse files
committed
Edit content
1 parent 49bc215 commit fbf7004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-safely-rollout-online-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: how-to, devplatv2, cliv2, sdkv2, update-code
2020

2121
In this article, you see how to deploy a new version of a machine learning model in production without causing any disruption. You use a blue-green deployment strategy, which is also known as a safe rollout strategy, to introduce a new version of a web service to production. When you use this strategy, you can roll out your new version of the web service to a small subset of users or requests before rolling it out completely.
2222

23-
This article assumes you use online endpoints, or endpoints that are used for online (real-time) inferencing. There are two types of online endpoints: **managed online endpoints** and **Kubernetes online endpoints**. For more information about endpoints and the differences between managed online endpoints and Kubernetes online endpoints, see [Managed online endpoints vs. Kubernetes online endpoints](concept-endpoints-online.md#managed-online-endpoints-vs-kubernetes-online-endpoints).
23+
This article assumes you use online endpoints, or endpoints that are used for online (real-time) inferencing. There are two types of online endpoints: **managed online endpoints** and **Kubernetes online endpoints**. For more information about endpoints and the differences between endpoint types, see [Managed online endpoints vs. Kubernetes online endpoints](concept-endpoints-online.md#managed-online-endpoints-vs-kubernetes-online-endpoints).
2424

2525
This article uses managed online endpoints for deployment. But it also includes notes that explain how to use Kubernetes endpoints instead of managed online endpoints.
2626

@@ -33,7 +33,7 @@ In this article, you see how to:
3333
- Mirror a percentage of live traffic to the `green` deployment to validate it.
3434
- Send a small percentage of live traffic to the `green` deployment.
3535
- Send all live traffic to the `green` deployment.
36-
- Delete the unused version 1 `blue` deployment.
36+
- Delete the unused `blue` deployment.
3737

3838
## Prerequisites
3939

0 commit comments

Comments
 (0)