Skip to content

Commit 819419e

Browse files
authored
Merge pull request #286973 from bandersmsft/manage-consumption-commitment
MCM - Add Manage MACC resource
2 parents dfdb657 + e5c819b commit 819419e

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Manage a Microsoft Azure Consumption Commitment resource
3+
description: Learn how to manage your Microsoft Azure Consumption Commitment (MACC) resource, including moving it across resource groups or subscriptions.
4+
author: bandersmsft
5+
ms.reviewer: sornaks
6+
ms.service: cost-management-billing
7+
ms.subservice: billing
8+
ms.topic: how-to
9+
ms.date: 09/18/2024
10+
ms.author: banders
11+
#customer intent: As a Microsoft Customer Agreement billing owner, I want learn about managing a MACC so that I move it when needed.
12+
---
13+
14+
# Manage a Microsoft Azure Consumption Commitment resource under a subscription
15+
16+
When you accept a Microsoft Azure Consumption Commitment (MACC) in a Microsoft Customer Agreement, the MACC resource gets placed in a subscription and resource group. The resource contains the metadata related to the MACC. Including: status of the MACC, commitment amount, start date, end date, and System ID. You can view the metadata in the Azure portal.
17+
18+
:::image type="content" source="./media/manage-consumption-commitment/consumption-commitment-overview.png" border="true" alt-text="Screenshot showing the MACC overview page." lightbox="./media/manage-consumption-commitment/consumption-commitment-overview.png" :::
19+
20+
## Move MACC across resource groups or subscriptions
21+
22+
You can move the MACC resource to another resource group or subscription. Moving it works the same way as moving other Azure resources.
23+
24+
Moving a MACC resource to another subscription or resource group is a metadata change. The move doesn't affect the commitment. The destination resource group or subscription must be within the same billing profile where the MACC is currently located.
25+
26+
### To move a MACC
27+
28+
Here are the high-level steps to move a MACC resource. For more information about moving an Azure resource, see [Move Azure resources to a new resource group or subscription](../../azure-resource-manager/management/move-resource-group-and-subscription.md).
29+
30+
1. In the [Azure portal](https://portal.azure.com), navigate to **Resource groups**.
31+
2. Select the resource group that contains the MACC resource.
32+
3. Select the MACC resource.
33+
4. At top of the page select **Move** and then select **Move to another subscription** or **Move to another resource group**.
34+
5. Follow the instructions to move the MACC resource.
35+
6. After the move is complete, verify that the MACC resource is in the new resource group or subscription.
36+
37+
After a MACC moves, its resource URI changes because of the move.
38+
39+
### To view the MACC resource URI
40+
41+
1. In the [Azure portal](https://portal.azure.com), search for **Microsoft Azure Consumption Commitments**.
42+
2. Select the MACC resource.
43+
3. On the Overview page, in the left navigation menu, expand **Settings**, and then select **Properties**.
44+
4. The MACC resource URI is the **ID** value.
45+
46+
Here's an example image:
47+
48+
:::image type="content" source="./media/manage-consumption-commitment/consumption-commitment-uri.png" border="true" alt-text="Screenshot showing the MACC properties page URI." lightbox="./media/manage-consumption-commitment/consumption-commitment-uri.png" :::
49+
50+
51+
## Delete MACC
52+
53+
You can't delete an active MACC resource. The MACC must be **Expired** or **Canceled** before you can delete it.
54+
55+
## Related content
56+
57+
- [Move Azure resources to a new resource group or subscription](../../azure-resource-manager/management/move-resource-group-and-subscription.md)
83.1 KB
Loading
68.2 KB
Loading

articles/cost-management-billing/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
href: manage/spending-limit.md
9494
- name: Track credits for Microsoft Customer Agreement
9595
href: manage/mca-check-azure-credits-balance.md
96+
- name: Manage a Microsoft Azure Consumption Commitment
97+
href: manage/manage-consumption-commitment.md
9698
- name: Track your Microsoft Azure Consumption Commitment
9799
href: manage/track-consumption-commitment.md
98100
- name: Markup - China

0 commit comments

Comments
 (0)