Skip to content

Commit 1bf0ee5

Browse files
authored
Merge pull request #284727 from TimShererWithAquent/us295242e
Freshness - Azure Machine Learning V1
2 parents bca489d + 5a71c1d commit 1bf0ee5

File tree

4 files changed

+26
-20
lines changed

4 files changed

+26
-20
lines changed
Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
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 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 by 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.
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).
2225
2326
## Prerequisites
2427

2528
- 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.
2730

2831
## View costs
2932

3033
Navigate to the **Cost Analysis** page for your subscription:
3134

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.
3336

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)
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.":::
3538

3639
Create a filter to scope data to your Azure Machine Learning workspace resource:
3740

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

4245
1. In the second filter dropdown, select your Azure Machine Learning workspace.
4346

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)
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.":::
4548

46-
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-
1. Select **Add filter** > **Tag** > **azuremldeployment**: "\<your deployment name>".
49+
Create a tag filter to show your managed online endpoint and managed online deployment:
4950

50-
> [!NOTE]
51-
> Dollar values in this image are fictitious and do not reflect actual costs.
51+
1. Select **Add filter** > **Tag** > **azuremlendpoint**: *\<your endpoint name>*.
5252

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)
53+
1. Select **Add filter** > **Tag** > **azuremldeployment**: *\<your deployment name>*.
54+
55+
> [!NOTE]
56+
> 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.":::
5459

5560
> [!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
5764

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)
66+
- [Monitor online endpoints](./how-to-monitor-online-endpoints.md)
67+
- [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
68+
- [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)