Skip to content

Commit fe4fcda

Browse files
Freshness.
1 parent 769b073 commit fe4fcda

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed
Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
---
22
title: View costs for managed online endpoints
33
titleSuffix: Azure Machine Learning
4-
description: 'Learn to how view costs for a managed online endpoint in Azure Machine Learning.'
4+
description: 'Learn to how view costs for a managed online endpoint in Azure Machine Learning in the Azure portal.'
55
services: machine-learning
66
ms.service: azure-machine-learning
77
author: msakande
88
ms.author: mopeakande
99
ms.reviewer: sehan
1010
ms.subservice: core
11-
ms.date: 11/04/2022
11+
ms.date: 08/15/2024
1212
ms.topic: conceptual
1313
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.
1415
---
1516

1617
# View costs for an Azure Machine Learning managed online endpoint
1718

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 using tags.
1920

2021
> [!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. 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).
2223
2324
## Prerequisites
2425

2526
- 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
27+
- Have at least [Billing Reader](../role-based-access-control/role-assignments-portal.yml) access on the subscription where the endpoint is deployed.
2728

2829
## View costs
2930

3031
Navigate to the **Cost Analysis** page for your subscription:
3132

32-
1. In the [Azure portal](https://portal.azure.com), Select **Cost Analysis** for your subscription.
33+
- In the [Azure portal](https://portal.azure.com), select **Cost Analysis** for your subscription.
3334

34-
[![Managed online endpoint cost analysis: screenshot of a subscription in the Azure portal showing red box around "Cost Analysis" button on the left hand side.](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis.png)](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis.png#lightbox)
35+
:::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.":::
3536

3637
Create a filter to scope data to your Azure Machine Learning workspace resource:
3738

@@ -41,22 +42,25 @@ Create a filter to scope data to your Azure Machine Learning workspace resource:
4142

4243
1. In the second filter dropdown, select your Azure Machine Learning workspace.
4344

44-
[![Managed online endpoint cost analysis: screenshot of the Cost Analysis view showing a red box around the "Add filter" button at the top right.](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-add-filter.png)](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-add-filter.png#lightbox)
45+
:::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="creenshot of the Cost Analysis view showing a red box around the Add filter button.":::
4546

4647
Create a tag filter to show your managed online endpoint and/or managed online deployment:
47-
1. Select **Add filter** > **Tag** > **azuremlendpoint**: "\<your endpoint name>"
48+
49+
1. Select **Add filter** > **Tag** > **azuremlendpoint**: "\<your endpoint name>"
50+
4851
1. Select **Add filter** > **Tag** > **azuremldeployment**: "\<your deployment name>".
4952

5053
> [!NOTE]
5154
> Dollar values in this image are fictitious and do not reflect actual costs.
5255
53-
[![Managed online endpoint cost analysis: screenshot of the Cost Analysis view showing a red box around the "Tag" buttons in the top right.](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-select-endpoint-deployment.png)](./media/how-to-view-online-endpoints-costs/online-endpoints-cost-analysis-select-endpoint-deployment.png#lightbox)
56+
:::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.":::
5457

5558
> [!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.
59+
> Managed online endpoint uses 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 investigation for the failure, you can delete the failed deployments to save the cost.
60+
61+
## Related content
5762

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)
63+
- [Endpoints for inference in production](concept-endpoints.md)
64+
- [Monitor online endpoints](./how-to-monitor-online-endpoints.md)
65+
- [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
66+
- [Manage and optimize Azure Machine Learning costs](how-to-manage-optimize-cost.md)
-39 KB
Loading
Loading
-12.5 KB
Loading

0 commit comments

Comments
 (0)