You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/migrate-to-v2-managed-online-endpoints.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ You can deploy directly to the new compute target with your previous models and
25
25
> [!IMPORTANT]
26
26
> **The scoring URL will be changed after upgrade**. For example, the scoring url for ACI web service is like `http://aaaaaa-bbbbb-1111.westus.azurecontainer.io/score`. The scoring URI for a managed online endpoint is like `https://endpoint-name.westus.inference.ml.azure.com/score`.
27
27
28
-
## Supported Scenarios and Differences
28
+
## Supported scenarios and differences
29
29
30
-
### Auth Mode
30
+
### Auth mode
31
31
No auth isn't supported for managed online endpoint. If you use the upgrade scripts, it will convert it to key auth.
32
32
For key auth, the original keys will be used. Token-based auth is also supported.
33
33
@@ -36,7 +36,7 @@ For ACI service secured with HTTPS, you don't need to provide your own certifica
36
36
37
37
Custom DNS name **isn't** supported.
38
38
39
-
### Resource Requirements
39
+
### Resource requirements
40
40
[ContainerResourceRequirements](/python/api/azureml-core/azureml.core.webservice.aci.containerresourcerequirements) isn't supported, you can choose the proper [SKU](reference-managed-online-endpoints-vm-sku-list.md) for your inferencing.
41
41
The upgrade tool will map the CPU/Memory requirement to corresponding SKU. If you choose to redeploy manually through CLI/SDK V2, we also suggest the corresponding SKU for your new deployment.
42
42
@@ -55,7 +55,7 @@ The upgrade tool will map the CPU/Memory requirement to corresponding SKU. If yo
55
55
> [!IMPORTANT]
56
56
> When upgrading from ACI, there will be some changes in how you'll be charged. See [our blog](https://aka.ms/acimoemigration) for a rough cost comparison to help you choose the right VM SKUs for your workload.
57
57
58
-
### Network Isolation
58
+
### Network isolation
59
59
For private workspace and VNet scenarios, see [Use network isolation with managed online endpoints (preview)](how-to-secure-online-endpoint.md?tabs=model).
60
60
61
61
> [!IMPORTANT]
@@ -65,7 +65,7 @@ For private workspace and VNet scenarios, see [Use network isolation with manage
65
65
+[EncryptionProperties](/python/api/azureml-core/azureml.core.webservice.aci.encryptionproperties) for ACI container isn't supported.
66
66
+ ACI web services deployed through deploy_from_model and deploy_from_image isn't supported by the upgrade tool. Redeploy manually through CLI/SDK V2.
67
67
68
-
## Upgrade Steps
68
+
## Upgrade steps
69
69
70
70
### With our [CLI](how-to-deploy-managed-online-endpoints.md) or [SDK preview](how-to-deploy-managed-online-endpoint-sdk-v2.md)
71
71
Redeploy manually with your model files and environment definition.
0 commit comments