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
+4-23Lines changed: 4 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,9 @@ The migration tool will map the CPU/Memory requirement to corresponding SKU. If
52
52
53
53
"(" means greater than and "]" means less than or equal to. For example, “(0, 1]” means “greater than 0 and less than or equal to 1”.
54
54
55
+
> [!IMPORTANT]
56
+
> When migrating 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
+
55
58
### Network Isolation
56
59
For private workspace and VNet scenarios, see [Use network isolation with managed online endpoints (preview)](how-to-secure-online-endpoint.md?tabs=model).
57
60
@@ -98,32 +101,10 @@ Use the following steps to run the scripts:
98
101
>```
99
102
7. After the deployment is completes successfully, you can verify the endpoint with the [az ml online-endpoint invoke](/cli/azure/ml/online-endpoint#az-ml-online-endpoint-invoke) command.
100
103
101
-
## Cost comparison
102
-
We have a rough cost comparison. That varies based on your region, currency and order type, just for your information.
103
-
ACI cost is calculated by $29.5650 * X + $3.2485 * Y. (X is the CPU core request rounded up to the nearest number, Y is the memory GB request rounded up to the nearest tenths place)
104
-
Both costs are calculated by month.
105
-
106
-
| CPU request | Memory request in GB | ACI costs range | Suggested SKU | SKU pay-as-you-go| SKU 1 year reserved| SKU 3 year reserved
Azure costs differ based on the region you use and may change, please refer to [the latest pricing](https://azure.microsoft.com/pricing/details/virtual-machines/linux/).
120
-
121
-
ACI cost is calculated by 29.5650 * X + 3.2485 * Y. (X is the CPU core request rounded up to the nearest number, Y is the memory GB request rounded up to the nearest tenths place.)
122
-
123
104
## Contact us
124
105
If you have any questions or feedback on the migration script, contact us at [email protected].
125
106
126
107
## Next steps
127
108
128
109
* [What are Azure Machine Learning endpoints?](concept-endpoints.md)
129
-
* [Deploy and score a model with managed online endpoints](how-to-deploy-managed-online-endpoint-sdk-v2.md)
110
+
* [Deploy and score a model with managed online endpoints](how-to-deploy-managed-online-endpoint.md)
0 commit comments