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/cost-management-billing/automate/transition-consumption-apis-cost-management-apis.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Migrate EA to Microsoft Customer Agreement APIs - Azure
3
-
description: This article helps you understand the consequences of migrating a Microsoft Enterprise Agreement (EA) to a Microsoft Customer Agreement.
2
+
title: Transition from Consumption APIs to Cost Management APIs
3
+
description: Learn about transitioning from Consumption APIs to Cost Management APIs for enhanced capabilities and up-to-date functionality in managing Azure costs.
4
4
author: bandersmsft
5
5
ms.author: banders
6
6
ms.date: 01/09/2025
@@ -15,7 +15,7 @@ ms.reviewer: micflan
15
15
16
16
This article informs developers that use the [Consumption APIs](/rest/api/consumption) about important changes. There are newer [Microsoft Cost Management APIs](/rest/api/cost-management/) available that offer enhanced capabilities and have the most up-to-date functionality. We recommend that you transition from the Consumption APIs to the Cost Management APIs. The Consumption APIs are in maintenance mode and are on a path to deprecation.
17
17
18
-
> [!NOTE]]
18
+
> [!NOTE]
19
19
> These APIs differ from the [Enterprise Agreement (EA) reporting APIs](migrate-ea-reporting-arm-apis-overview.md) that are already retired.
20
20
21
21
## Replacement APIs
@@ -26,7 +26,7 @@ Here's a comparison of the APIs. The Cost Management APIs are the recommended re
26
26
| --- | --- | --- | --- |
27
27
| Authentication | API key provisioned in the Azure portal | Microsoft Entra authentication using user tokens or service principals. Service principals take the place of API keys. | Microsoft Entra authentication using user tokens or service principals. Service principals take the place of API keys. |
28
28
| Contract | EA | EA and Microsoft Customer Agreement (MCA) | EA and MCA |
29
-
| Endpoint URI |https://consumption.azure.com|https://management.azure.com|https://management.azure.com|
29
+
| Endpoint URI |`https://consumption.azure.com`|`https://management.azure.com`|`https://management.azure.com`|
30
30
| API Status | Deprecated | Usage Details API and Marketplaces API are planned for deprecation | Active |
31
31
32
32
The Cost Management APIs also support all of the latest functionality, such as Savings Plan.
@@ -44,4 +44,4 @@ The following Consumption APIs are planned for deprecation. We recommend that yo
0 commit comments