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/cost-management-billing-faq.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ sections:
139
139
See [Migrate from Azure Enterprise Reporting to Microsoft Cost Management APIs](automate/migrate-ea-reporting-arm-apis-overview.md).
140
140
- question: Why do I get Usage Details API timeouts?
141
141
answer: |
142
-
The Usage Details dataset can often be very large (multiple GBs or more). The larger the size of the dataset that you request, the longer the service takes to compile the data before sending it to you. Because of the delay, synchronous API solutions like the paginated [JSON Usage Details API](/rest/api/consumption/usagedetails/list) might timeout before your data is provided. If you are encounter timeouts or have processes that frequently need to pull a large amount of usage details, see [Retrieve large usage datasets recurringly with Exports](costs/ingest-azure-usage-at-scale.md).
142
+
The Usage Details dataset can often be very large (multiple GBs or more). The larger the size of the dataset that you request, the longer the service takes to compile the data before sending it to you. Because of the delay, synchronous API solutions like the paginated [JSON Usage Details API](/rest/api/consumption/usagedetails/list) might timeout before your data is provided. If your encounter timeouts or has processes that frequently need to pull a large number of usage details, see [Retrieve large usage datasets recurringly with Exports](costs/ingest-azure-usage-at-scale.md).
143
143
- question: How do I migrate from the EA Reporting APIs to the Microsoft Customer Agreement APIs?
144
144
answer: |
145
145
See [Migrate from Enterprise Agreement to Microsoft Customer Agreement APIs](costs/migrate-cost-management-api.md).
@@ -148,7 +148,7 @@ sections:
148
148
questions:
149
149
- question: Why do I get Usage Details API timeouts?
150
150
answer: |
151
-
The Usage Details dataset can often be very large (multiple GBs or more). The larger the size of the dataset that you request, the longer the service takes to compile the data before sending it to you. Because of the delay, synchronous API solutions like the paginated JSON Usage Details API might timeout before your data is provided. If you encounter timeouts or have processes that frequently need to pull a large amount of usage details, see [Retrieve large usage datasets recurringly with Exports](costs/ingest-azure-usage-at-scale.md).
151
+
The Usage Details dataset can often be very large (multiple GBs or more). The larger the size of the dataset that you request, the longer the service takes to compile the data before sending it to you. Because of the delay, synchronous API solutions like the paginated JSON Usage Details API might timeout before your data is provided. If you encounter timeouts or have processes that frequently need to pull a large number of usage details, see [Retrieve large usage datasets recurringly with Exports](costs/ingest-azure-usage-at-scale.md).
152
152
- question: What is the difference between legacy and modern usage details?
153
153
answer: |
154
154
A legacy versus modern usage details record is identified by the *kind* field in the [Usage Details API](/rest/api/consumption/usage-details). The field is used to distinguish between data that’s returned for different customer types. The call patterns to obtain legacy and modern usage details are essentially the same. The granularity of the data is the same. The main difference is the fields available in the usage details records themselves. If you’re an EA customer, you’ll always get legacy usage details records. If you’re a Microsoft Customer Agreement customer, you will always get modern usage details records.
@@ -340,7 +340,7 @@ sections:
340
340
341
341
After you have created departments and subscriptions, you can see data in the usage report. This information can help you track usage and manage cost and spend at the department level.
342
342
343
-
You can also access usage data via the reporting API. For detailed information and sample code, see [Azure Enterprise REST APIs](manage/ea-portal-rest-apis.md).
343
+
You can also access usage data via the reporting API. For detailed information and sample code, see [Azure Enterprise REST APIs](manage/enterprise-rest-apis.md).
344
344
345
345
Direct enterprise customers can view usage and spending at different department levels in the Azure portal. Navigate to the **Department** menu to view charges.
346
346
- question: Can I set a spending quota and get alerts as I approach my limit?
@@ -352,7 +352,7 @@ sections:
352
352
answer: |
353
353
If you use _resource groups_ and _tags_, this information is tracked at service level, and you can access it in the detailed usage download (CSV) file. See the [download usage report](https://ea.azure.com/report/downloadusage) in the Azure Enterprise portal.
354
354
355
-
You can also access usage via API. For detailed information and sample code, see [Azure Enterprise REST APIs](manage/ea-portal-rest-apis.md).
355
+
You can also access usage via API. For detailed information and sample code, see [Azure Enterprise REST APIs](manage/enterprise-rest-apis.md).
356
356
357
357
> [!NOTE]
358
358
> You can only apply tags to resources that support Azure Resource Manager operations. If you created a virtual machine, virtual network, or storage through the classic deployment model (such as through the classic portal), you cannot apply a tag to that resource. You must re-deploy these resources through the Resource Manager to support tagging. All other resources support tagging.
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/ea-portal-get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ To view usage summary, download reports, and manage enrollment invoices, see [Az
66
66
67
67
If you'd like to know about how Azure reservations for VM reserved instances can help you save money with your enterprise enrollment, see [Azure EA VM reserved instances](./ea-portal-vm-reservations.md).
68
68
69
-
For information on which REST APIs to use with your Azure enterprise enrollment and an explanation for how to resolve common issues with REST APIs, see [Azure Enterprise REST APIs](./ea-portal-rest-apis.md).
69
+
For information on which REST APIs to use with your Azure enterprise enrollment and an explanation for how to resolve common issues with REST APIs, see [Azure Enterprise REST APIs](./enterprise-rest-apis.md).
70
70
71
71
[Azure EA agreements and amendments](./ea-portal-agreements.md) describes how Azure EA agreements and amendments might affect your access, use, and payments for Azure services.
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/enterprise-rest-apis.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Role owners can perform the following steps in the Azure portal to enable API da
39
39
3. Select **Billing scopes** from the navigation menu and then select the billing account that you want to work with.
40
40
4. In the left navigation menu, select **Usage + Charges**.
41
41
5. Select **Manage API Access Keys** to open the Manage API Access Keys window.
42
-
:::image type="content" source="./media/ea-portal-rest-apis/manage-api-access-keys.png" alt-text="Screenshot showing the Manage API Access Keys option." lightbox="./media/ea-portal-rest-apis/manage-api-access-keys.png" :::
42
+
:::image type="content" source="./media/enterprise-rest-apis/manage-api-access-keys.png" alt-text="Screenshot showing the Manage API Access Keys option." lightbox="./media/enterprise-rest-apis/manage-api-access-keys.png" :::
43
43
44
44
In the Manage API Access Keys window, you can perform the following tasks:
45
45
@@ -55,9 +55,9 @@ In the Manage API Access Keys window, you can perform the following tasks:
55
55
4. In the navigation menu, select **Usage + Charges**.
56
56
5. Select **Manage API Access Keys**.
57
57
6. Select **Generate** to generate the key.
58
-
:::image type="content" source="./media/ea-portal-rest-apis/manage-api-access-keys-window.png" alt-text="Screenshot showing the Manage API Access Keys window." lightbox="./media/ea-portal-rest-apis/manage-api-access-keys-window.png" :::
58
+
:::image type="content" source="./media/enterprise-rest-apis/manage-api-access-keys-window.png" alt-text="Screenshot showing the Manage API Access Keys window." lightbox="./media/enterprise-rest-apis/manage-api-access-keys-window.png" :::
59
59
7. Select the **expand symbol** or select **Copy** to get the API access key for immediate use.
60
-
:::image type="content" source="./media/ea-portal-rest-apis/expand-symbol-copy.png" alt-text="Screenshot showing the expand symbol and Copy option." lightbox="./media/ea-portal-rest-apis/expand-symbol-copy.png" :::
60
+
:::image type="content" source="./media/enterprise-rest-apis/expand-symbol-copy.png" alt-text="Screenshot showing the expand symbol and Copy option." lightbox="./media/enterprise-rest-apis/expand-symbol-copy.png" :::
61
61
62
62
### Regenerate the primary or secondary API key
63
63
@@ -86,7 +86,7 @@ The steps give API access to key holders so they can view cost and pricing infor
86
86
1. In the left navigation window, select **Policies**.
87
87
2. Select **On** under the DEPARTMENT ADMINS CAN VIEW CHARGES section and then select **Save**.
88
88
3. Select **On** under the ACCOUNT OWNERS CAN VIEW CHARGES section and then select **Save**.
89
-
:::image type="content" source="./media/ea-portal-rest-apis/policies-view-charges.png" alt-text="Screenshot showing the Polices window where you change view charges options." lightbox="./media/ea-portal-rest-apis/policies-view-charges.png" :::
89
+
:::image type="content" source="./media/enterprise-rest-apis/policies-view-charges.png" alt-text="Screenshot showing the Polices window where you change view charges options." lightbox="./media/enterprise-rest-apis/policies-view-charges.png" :::
0 commit comments