Skip to content

Commit 4f2a513

Browse files
authored
Merge pull request #312092 from BenShy/patch-20
Revise Azure discount management article
2 parents 8e3076e + 94afda4 commit 4f2a513

1 file changed

Lines changed: 44 additions & 31 deletions

File tree

articles/cost-management-billing/benefits/discounts/manage-azure-discount.md

Lines changed: 44 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: benshy
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: how-to
9-
ms.date: 02/09/2026
9+
ms.date: 02/20/2026
1010
ms.author: benshy
1111
#customer intent: As a Microsoft Customer Agreement billing owner, I want learn about managing a discount so that I move the discount when needed.
1212
service.tree.id: cf90d1aa-e8ca-47a9-a6d0-bc69c7db1d52
@@ -23,10 +23,39 @@ Upon acceptance of a discount as part of a Microsoft Customer Agreement, the dis
2323
2424
<br>
2525

26+
## Viewing discount resources
27+
28+
The Discounts view allows you to easily view and manage all discounts in one place. You can see which discounts are currently active, their applicability start and end dates, and whether they apply to consumption or purchases.
29+
30+
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**.
31+
2. Select the Discounts service
32+
33+
For Azure-based discounts, you can verify the discount is appropriately applied by following the instructions outlined in the [Calculate discount in the usage file](../../understand/download-azure-daily-usage.md#calculate-discount-in-the-usage-file) article.
34+
35+
36+
### View the additional discount metadata
37+
38+
Additional detailed information regarding the available discount is accessible by viewing the JSON representation of the discount resource. This allows you to examine all relevant fields, such as discount values, eligibility criteria, validity periods, and other pertinent attributes connected to the discount.
39+
40+
To see the additional discount metadata
41+
42+
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**.
43+
2. Select the discount resource.
44+
3. From Overview page, on the ***Essentials*** tab, select **JSON View**.
45+
46+
47+
### To view the discount resource URI
48+
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**.
49+
2. Select the discount resource.
50+
3. On the Overview page, in the left navigation menu, expand **Settings**, and select **Properties**.
51+
4. The discount resource URI is the **ID** value.
52+
53+
2654
## Move a discount across resource groups or subscriptions
2755

2856
You can move the discount resource between resource groups or subscriptions within the same billing account without affecting the discount, as only the metadata is updated.
2957

58+
3059
### To move a discount resource
3160

3261
Here are the high-level steps to move a discount resource. For more information on moving Azure resources, see: [Move Azure resources to a new resource group or subscription](../../../azure-resource-manager/management/move-resource-group-and-subscription.md).
@@ -44,6 +73,7 @@ Here are the high-level steps to move a discount resource. For more information
4473
8. Select the acknowledgment that you need to update tools and scripts for these resources. To start moving the resources, select ***Move***
4574
9. After the move is complete, verify that the discount resource is in the new resource group.
4675

76+
4777
### To move a discount resource to a new subscription
4878

4979
1. In the [Azure portal](https://portal.azure.com/), type in **Discounts** from global search.
@@ -59,27 +89,27 @@ Here are the high-level steps to move a discount resource. For more information
5989
When a discount is moved, the resource URI associated with it's updated to reflect the change.
6090

6191

62-
## To view the discount resource URI
63-
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**.
64-
2. Select the discount resource.
65-
3. On the Overview page, in the left navigation menu, expand **Settings**, and select **Properties**.
66-
4. The discount resource URI is the **ID** value.
67-
68-
## View the additional discount metadata
69-
70-
Additional detailed information regarding the available discount is accessible by viewing the JSON representation of the discount resource. This allows you to examine all relevant fields, such as discount values, eligibility criteria, validity periods, and other pertinent attributes connected to the discount.
71-
72-
To see the additional discount metadata
92+
## Grant user access to a discount resource
93+
The user who accepted the discount proposal automatically gets owner access to the discount resource. To add other users, assign them an Azure role.
7394

74-
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**.
95+
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**
7596
2. Select the discount resource.
76-
3. From Overview page, on the ***Essentials*** tab, select **JSON View**.
97+
3. On the left navigation menu, select ***Access control (IAM)***.
98+
4. From ***Access control (IAM)***, select ***Add*** and choose ***Add role assignment***.
99+
5. From the **Role** tab, select the appropriate role.
100+
6. On the **Members** tab, add other users.
101+
7. On the ***Review + assign*** tab, review the role assignment settings.
102+
8. Select ***Review + assign*** button to assign the role.
77103

78104

79105
## Rename a discount resource
80106
The discount’s resource name is a part of its Uniform Resource Identifier (URI) and can't be changed. However, you can use [tags](../../../azure-resource-manager/management/tag-resources.md) to help identify the credit resource based on a nomenclature relevant to your organization.
81107

82108

109+
## Cancel a discount
110+
Contact your Microsoft account team if you have questions about canceling your discount.
111+
112+
83113
## Delete a discount resource
84114
You can only delete a discount resource if its status is in the ***Failed***, ***Canceled***, or ***Expired*** states. Deletion is permanent and can't be reversed.
85115
If you try to delete an active discount resource in an ***Active*** state, an error notifies you that deletion is not allowed.
@@ -88,23 +118,6 @@ Deleting a resource group or subscription with an active discount resource will
88118

89119
For additional information on moving a discount resource, see section: [To move a discount resource](#to-move-a-discount-resource).
90120

91-
92-
## Cancel a discount
93-
Contact your Microsoft account team if you have questions about canceling your discount.
94-
95-
96-
## Grant user access to a discount resource
97-
The user who accepted the discount proposal automatically gets owner access to the discount resource. To add other users, assign them an Azure role.
98-
99-
1. In the [Azure portal](https://portal.azure.com/), search for **Discounts**
100-
2. Select the discount resource.
101-
3. On the left navigation menu, select ***Access control (IAM)***.
102-
4. From ***Access control (IAM)***, select ***Add*** and choose ***Add role assignment***.
103-
5. From the **Role** tab, select the appropriate role.
104-
6. On the **Members** tab, add other users.
105-
7. On the ***Review + assign*** tab, review the role assignment settings.
106-
8. Select ***Review + assign*** button to assign the role.
107-
108121
<br>
109122

110123
>[!NOTE]

0 commit comments

Comments
 (0)