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
description: 'Learn to how view costs for a managed online endpoint in Azure Machine Learning.'
4
+
description: 'Learn to view costs for a managed online endpoint in Azure Machine Learning in the Azure portal.'
5
5
services: machine-learning
6
6
ms.service: azure-machine-learning
7
7
author: msakande
8
8
ms.author: mopeakande
9
9
ms.reviewer: sehan
10
10
ms.subservice: core
11
-
ms.date: 11/04/2022
11
+
ms.date: 08/15/2024
12
12
ms.topic: conceptual
13
13
ms.custom: how-to, deploy, devplatv2
14
+
#customer intent: As an analyst, I need to view the costs associated with the machine learning endpoints for a workspace.
14
15
---
15
16
16
17
# View costs for an Azure Machine Learning managed online endpoint
17
18
18
-
Learn how to view costs for a managed online endpoint. Costs for your endpoints will accrue to the associated workspace. You can see costs for a specific endpoint using tags.
19
+
Learn how to view costs for a managed online endpoint. Costs for your endpoints accrue to the associated workspace. You can see costs for a specific endpoint by using tags.
19
20
20
21
> [!IMPORTANT]
21
-
> This article only applies to viewing costs for Azure Machine Learning managed online endpoints. Managed online endpoints are different from other resources since they must use tags to track costs. For more information on managing and optimizing cost for Azure Machine Learning, see [How to manage and optimize cost](how-to-manage-optimize-cost.md). For more information on viewing the costs of other Azure resources, see [Quickstart: Explore and analyze costs with cost analysis](../cost-management-billing/costs/quick-acm-cost-analysis.md).
22
+
> This article only applies to viewing costs for Azure Machine Learning managed online endpoints. Managed online endpoints are different from other resources since they must use tags to track costs.
23
+
>
24
+
> For more information on managing and optimizing cost for Azure Machine Learning, see [Manage and optimize Azure Machine Learning costs](how-to-manage-optimize-cost.md). For more information on viewing the costs of other Azure resources, see [Quickstart: Start using Cost analysis](../cost-management-billing/costs/quick-acm-cost-analysis.md).
22
25
23
26
## Prerequisites
24
27
25
28
- Deploy an Azure Machine Learning managed online endpoint.
26
-
- Have at least [Billing Reader](../role-based-access-control/role-assignments-portal.yml) access on the subscription where the endpoint is deployed
29
+
- Have at least [Billing Reader](../role-based-access-control/role-assignments-portal.yml) access on the subscription where the endpoint is deployed.
27
30
28
31
## View costs
29
32
30
33
Navigate to the **Cost Analysis** page for your subscription:
31
34
32
-
1. In the [Azure portal](https://portal.azure.com), Select**Cost Analysis** for your subscription.
35
+
- In the [Azure portal](https://portal.azure.com), select**Cost Analysis** for your subscription.
33
36
34
-
[](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis.png#lightbox)
37
+
:::image type="content" source="./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis.png" alt-text="Screenshot of a subscription in the Azure portal showing red box around Cost Analysis button.":::
35
38
36
39
Create a filter to scope data to your Azure Machine Learning workspace resource:
37
40
@@ -41,22 +44,25 @@ Create a filter to scope data to your Azure Machine Learning workspace resource:
41
44
42
45
1. In the second filter dropdown, select your Azure Machine Learning workspace.
43
46
44
-
[](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-add-filter.png#lightbox)
47
+
:::image type="content" source="./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-add-filter.png" lightbox="./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-add-filter.png" alt-text="Screenshot of the Cost Analysis view showing a red box around the Add filter button.":::
45
48
46
-
Create a tag filter to show your managed online endpoint and/or managed online deployment:
[](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-select-endpoint-deployment.png#lightbox)
> Dollar values in this image are fictitious and do not reflect actual costs.
57
+
58
+
:::image type="content" source="./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-select-endpoint-deployment.png" lightbox="./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-select-endpoint-deployment.png" alt-text="Screenshot of the Cost Analysis view showing a red box around the Tag buttons.":::
54
59
55
60
> [!TIP]
56
-
> - Managed online endpoint uses VMs for the deployments. If you submitted request to create an online deployment and it failed, it may have passed the stage when compute is created. In that case, the failed deployment would incur charges. If you finished debugging or investigation for the failure, you may delete the failed deployments to save the cost.
61
+
> Managed online endpoints use virtual machines (VMs) for the deployments. If you submitted a request to create an online deployment and it failed, it might have passed the stage when compute is created. In that case, the failed deployment would incur charges. If you finished debugging or investigating the failure, you can delete the failed deployments to save the cost.
62
+
63
+
## Related content
57
64
58
-
## Next steps
59
-
-[What are endpoints?](concept-endpoints.md)
60
-
- Learn how to [monitor your managed online endpoint](./how-to-monitor-online-endpoints.md).
61
-
-[How to deploy an ML model with an online endpoint](how-to-deploy-online-endpoints.md)
62
-
-[How to manage and optimize cost for Azure Machine Learning](how-to-manage-optimize-cost.md)
65
+
-[Endpoints for inference in production](concept-endpoints.md)
0 commit comments