Skip to content

Commit 365683a

Browse files
authored
Merge pull request #216633 from msakande/rename-safe-rollout-for-endpoints-doc
renamed file
2 parents 762155b + 0f4baca commit 365683a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,12 @@
15521552
},
15531553
{
15541554
"source_path_from_root": "/articles/machine-learning/how-to-safely-rollout-managed-endpoints-sdk-v2.md",
1555-
"redirect_url": "/azure/machine-learning/how-to-safely-rollout-managed-endpoints",
1555+
"redirect_url": "/azure/machine-learning/how-to-safely-rollout-online-endpoints",
1556+
"redirect_document_id": false
1557+
},
1558+
{
1559+
"source_path_from_root": "/articles/machine-learning/how-to-safely-rollout-managed-endpoints.md",
1560+
"redirect_url": "/azure/machine-learning/how-to-safely-rollout-online-endpoints",
15561561
"redirect_document_id": false
15571562
},
15581563
{
@@ -2477,7 +2482,7 @@
24772482
},
24782483
{
24792484
"source_path_from_root": "/articles/machine-learning/how-to-deploy-continuously-deploy.md",
2480-
"redirect_url": "/azure/machine-learning/how-to-safely-rollout-managed-endpoints",
2485+
"redirect_url": "/azure/machine-learning/how-to-safely-rollout-online-endpoints",
24812486
"redirect_document_id": false
24822487
},
24832488
{

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ ml_client.online_endpoints.begin_delete(name=online_endpoint_name)
780780
## Next steps
781781

782782
Try safe rollout of your models as a next step:
783-
- [Safe rollout for online endpoints (CLI v2)](how-to-safely-rollout-managed-endpoints.md)
784-
- [Safe rollout for online endpoints (SDK v2)](how-to-safely-rollout-managed-endpoints-sdk-v2.md)
783+
- [Safe rollout for online endpoints](how-to-safely-rollout-online-endpoints.md)
785784

786785
To learn more, review these articles:
787786

articles/machine-learning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
- name: Deploy an ML model with an online endpoint
514514
href: how-to-deploy-managed-online-endpoints.md
515515
- name: Safe rollout for online endpoints
516-
href: how-to-safely-rollout-managed-endpoints.md
516+
href: how-to-safely-rollout-online-endpoints.md
517517
- name: Deployment scenarios
518518
items:
519519
- name: Deploy a MLflow model with an online endpoint

0 commit comments

Comments
 (0)