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
@@ -23,10 +23,39 @@ Upon acceptance of a discount as part of a Microsoft Customer Agreement, the dis
23
23
24
24
<br>
25
25
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
+
26
54
## Move a discount across resource groups or subscriptions
27
55
28
56
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.
29
57
58
+
30
59
### To move a discount resource
31
60
32
61
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
44
73
8. Select the acknowledgment that you need to update tools and scripts for these resources. To start moving the resources, select ***Move***
45
74
9. After the move is complete, verify that the discount resource is in the new resource group.
46
75
76
+
47
77
### To move a discount resource to a new subscription
48
78
49
79
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
59
89
When a discount is moved, the resource URI associated with it's updated to reflect the change.
60
90
61
91
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.
73
94
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**
75
96
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.
77
103
78
104
79
105
## Rename a discount resource
80
106
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.
81
107
82
108
109
+
## Cancel a discount
110
+
Contact your Microsoft account team if you have questions about canceling your discount.
111
+
112
+
83
113
## Delete a discount resource
84
114
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.
85
115
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
88
118
89
119
For additional information on moving a discount resource, see section: [To move a discount resource](#to-move-a-discount-resource).
90
120
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.
0 commit comments