Skip to content

Commit 77fcb56

Browse files
authored
remove cost comparison, refer to our blog
1 parent 294ecbc commit 77fcb56

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

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

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The migration tool will map the CPU/Memory requirement to corresponding SKU. If
5252

5353
"(" 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”.
5454

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+
5558
### Network Isolation
5659
For private workspace and VNet scenarios, see [Use network isolation with managed online endpoints (preview)](how-to-secure-online-endpoint.md?tabs=model).
5760

@@ -98,32 +101,10 @@ Use the following steps to run the scripts:
98101
> ```
99102
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.
100103
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
107-
| :----| :---- | :---- | :---- | :---- | :---- | :---- |
108-
| (0, 1] | (0, 1.2] | ($29.565, $33.463] | DS1 V2 | $41.610 | $27.003 | $17.696 |
109-
| (1, 2] | (1.2, 1.7] | ($63.028, $64.652] | F2s V2 | $61.758 | $36.500 | $22.638 |
110-
| (1, 2] | (1.7, 4.7] | ($64.652, $74.398] | DS2 V2 | $83.220 | $54.086 | $35.391 |
111-
| (1, 2] | (4.7, 13.7] | ($74.398, $103.634] | E2s V3 | $97.090 | $57.086 | $36.500 |
112-
| (2, 3] | (0, 5.7] | ($88.695, $107.211] | F4s V2 | $123.37 | $73.000 | $45.275 |
113-
| (3, 4] | (0, 5.7] | ($118.26, $136.776] | F4s V2 | $123.37 | $73.000 | $45.275 |
114-
| (2, 3] | (5.7, 11.7] | ($107.211, $126.702] | DS3 V2 | $167.170 | $108.165 | $70.781 |
115-
| (3, 4] | (5.7, 11.7] | ($136.776, $156.267] | DS3 V2 | $167.170 | $108.165 | $70.781 |
116-
| (2, 3] | (11.7, 16] | ($126.702, $140.671] | E4s V3 | $194.180 | $114.165 | $73.000 |
117-
| (3, 4] | (11.7, 16] | ($156.267, $170.236] | E4s V3 | $194.180 | $114.165 | $73.000 |
118-
119-
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-
123104
## Contact us
124105
If you have any questions or feedback on the migration script, contact us at [email protected].
125106
126107
## Next steps
127108
128109
* [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

Comments
 (0)