Skip to content

Commit 9b22db7

Browse files
authored
Merge pull request #274923 from bandersmsft/conceptual-related-content
BULK - MCM - Conceptual articles replace Next steps w/ Related content
2 parents 42de540 + 3a91efb commit 9b22db7

File tree

127 files changed

+145
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+145
-133
lines changed

articles/cost-management-billing/automate/automate-budget-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Languages supported by a culture code:
168168

169169
You can configure budgets to start automated actions using Azure Action Groups. To learn more about automating actions using budgets, see [Automation with budgets](../manage/cost-management-budget-scenario.md).
170170

171-
## Next steps
171+
## Related content
172172

173173
- Learn more about Cost Management + Billing automation at [Cost Management automation overview](automation-overview.md).
174174
- [Assign permissions to Cost Management APIs](cost-management-api-permissions.md).

articles/cost-management-billing/automate/automation-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ The Marketplaces API is deprecated. The date that the API will be turned off is
7676

7777
The Forecasts API is deprecated. The date that the API will be turned off is still being determined. Data from the API is available in the [Cost Management Forecast API](/rest/api/cost-management/forecast). We recommend that you migrate to it as soon as possible.
7878

79-
## Next steps
79+
## Related content
8080

8181
- Learn more about Cost Management + Billing automation at [Cost Management automation overview](automation-overview.md).

articles/cost-management-billing/automate/automation-ingest-usage-details-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ For more information, see [Analyze unexpected charges](../understand/analyze-une
116116

117117
Azure doesn't log most user actions. Instead, Azure logs resource usage for billing. If you notice a usage spike in the past and you didn't have logging enabled, Azure can't pinpoint the cause. Enable logging for the service that you want to view the increased usage for so that the appropriate technical team can assist you with the issue.
118118

119-
## Next steps
119+
## Related content
120120

121121
- Learn more about [Choose a cost details solution](usage-details-best-practices.md).
122122
- [Create and manage exported data](../costs/tutorial-export-acm-data.md) in the Azure portal with Exports.

articles/cost-management-billing/automate/automation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Often it's useful to understand how much an organization is spending over time.
106106

107107
For more information about reservation-specific automation scenarios, see [APIs for Azure reservation automation](../reservations/reservation-apis.md).
108108

109-
## Next steps
109+
## Related content
110110

111111
- To learn more about how to assign the proper permissions to call our APIs programatically, see [Assign permissions to Cost Management APIs](cost-management-api-permissions.md).
112112
- To learn more about working with cost details, see [Ingest usage details data](automation-ingest-usage-details-overview.md).

articles/cost-management-billing/automate/cost-management-api-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ If you have an Azure Enterprise Agreement or a Microsoft Customer Agreement, you
4141

4242
Service principal support extends to Azure-specific scopes, like management groups, subscriptions, and resource groups. You can assign service principal permissions to thee scopes directly [in the Azure portal](../../active-directory/develop/howto-create-service-principal-portal.md#assign-a-role-to-the-application) or by using [Azure PowerShell](../../active-directory/develop/howto-authenticate-service-principal-powershell.md#assign-the-application-to-a-role).
4343

44-
## Next steps
44+
## Related content
4545

4646
- Learn more about Cost Management automation at [Cost Management automation overview](automation-overview.md).

articles/cost-management-billing/automate/get-small-usage-datasets-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Here's a summary of the key fields in the API response:
172172
- **byteCount** - The byte count of the individual blob partition.
173173
- **validTill** - The date when the report is no longer accessible.
174174

175-
## Next steps
175+
## Related content
176176

177177
- Read the [Ingest cost details data](automation-ingest-usage-details-overview.md) article.
178178
- Learn more about [Choose a cost details solution](usage-details-best-practices.md).

articles/cost-management-billing/automate/get-usage-data-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ After you sign in, use the [export](/cli/azure/costmanagement/export) commands t
4343
az costmanagement export create --name DemoExport --type Usage \--scope "subscriptions/00000000-0000-0000-0000-000000000000" --storage-account-id cmdemo \--storage-container democontainer --timeframe MonthToDate --storage-directory demodirectory
4444
```
4545
46-
## Next steps
46+
## Related content
4747
4848
- Read the [Ingest usage details data](automation-ingest-usage-details-overview.md) article.
4949
- Learn how to [Get small cost datasets on demand](get-small-usage-datasets-on-demand.md).

articles/cost-management-billing/automate/get-usage-details-legacy-customer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ If you need actual costs to show purchases as they're accrued, change the `metri
4242
```http
4343
GET https://management.azure.com/{scope}/providers/Microsoft.Consumption/usageDetails?metric=AmortizedCost&$filter=properties/usageStart+ge+'2019-04-01'+AND+properties/usageEnd+le+'2019-04-30'&api-version=2019-04-01-preview
4444
```
45-
## Next steps
45+
46+
## Related content
4647

4748
- Read the [Ingest cost details data](automation-ingest-usage-details-overview.md) article.
4849
- Learn how to [Get small cost datasets on demand](get-small-usage-datasets-on-demand.md).

articles/cost-management-billing/automate/migrate-consumption-marketplaces-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ Usage records can be identified as marketplace records in the combined dataset t
7070
| unitOfMeasure | UnitOfMeasure | |
7171
| isRecurringCharge | | Where applicable, use the Frequency and Term fields moving forward. |
7272

73-
## Next steps
73+
## Related content
7474

7575
- Learn more about Cost Management automation at [Cost Management automation overview](automation-overview.md).

articles/cost-management-billing/automate/migrate-consumption-usage-details-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@ For more information, see [Understand usage details fields](understand-usage-det
250250
| unitPrice | unitPrice |
251251
| exchangeRatePricingToBilling | exchangeRatePricingToBilling |
252252

253-
## Next steps
253+
## Related content
254254

255255
- Learn more about Cost Management + Billing automation at [Cost Management automation overview](automation-overview.md).

0 commit comments

Comments
 (0)