Skip to content

Commit e3c050a

Browse files
Merge pull request #221423 from shohei1029/patch-8
note that the upgrades script is a sample script and provided without SLA
2 parents 70622d1 + e9873a1 commit e3c050a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,12 @@ For private workspace and VNet scenarios, see [Use network isolation with manage
7171
Redeploy manually with your model files and environment definition.
7272
You can find our examples on [azureml-examples](https://github.com/Azure/azureml-examples). Specifically, this is the [SDK example for managed online endpoint](https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/managed).
7373

74-
### With our [upgrade tool](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/managed/migration) (preview)
74+
### With our [upgrade tool](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/managed/migration)
7575
This tool will automatically create new managed online endpoint based on your existing web services. Your original services won't be affected. You can safely route the traffic to the new endpoint and then delete the old one.
7676

77+
> [!NOTE]
78+
> The upgrade script is a sample script and provided without SLA.
79+
7780
Use the following steps to run the scripts:
7881

7982
> [!TIP]

0 commit comments

Comments
 (0)