Skip to content

Commit c66f0b4

Browse files
Merge pull request #301993 from sdoultani/costallocationdocs
minor changes to cost allocation and aks articles
2 parents 716796c + 9e31863 commit c66f0b4

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

articles/cost-management-billing/costs/billing-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Billing tags are applied in the Azure portal. The required permissions are:
5252

5353
## Tag inheritance and billing tags
5454

55-
When you enable the **Tag inheritance** setting at the billing profile level, tags from billing profile and invoices sections are applied to usage records for all child resources. For more information about tag inheritance, see [Group and allocate costs using tag inheritance](enable-tag-inheritance.md).
55+
When you enable the **Tag inheritance** setting at the billing profile level, tags from billing profile and invoice sections are applied to usage records for all child resources. For more information about tag inheritance, see [Group and allocate costs using tag inheritance](enable-tag-inheritance.md).
5656

5757
## Related content
5858

articles/cost-management-billing/costs/cost-allocation-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For more information about tag inheritance and billing tags, see [Apply billing
9696

9797
## Cost allocation rules
9898

99-
With cost allocation rules, you can split the costs of shared services by moving costs between subscriptions, resource groups, and tags. Splitting costs is especially useful in scenarios where you have central subscriptions hosting shared infrastructure services used by different teams within your organization. Creating the right cost allocation rules ensures that the teams consuming the shared services get visibility into their portion of the costs. And, they can also be accountable for those costs.
99+
With cost allocation rules, you can split the costs of shared services by moving costs between subscriptions, resource groups, and tags. Splitting costs is especially useful in scenarios where you have central subscriptions hosting shared infrastructure services used by different teams within your organization. Creating the right set of cost allocation rules ensures that the teams consuming the shared services get visibility into their portion of the costs. And, they can also be accountable for those costs.
100100

101101
For more information about how to manage and allocate shared costs, see [Allocate costs](allocate-costs.md).
102102

articles/cost-management-billing/costs/enable-tag-inheritance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can enable the tag inheritance setting in the Azure portal. You apply the se
5252
### To enable tag inheritance in the Azure portal for an EA billing account
5353

5454
1. In the Azure portal, search for **Cost Management** and select it (the green hexagon-shaped symbol, *not* Cost Management + Billing).
55-
1. Select a scope.
55+
1. Select a billing account scope.
5656
1. In the left menu under **Settings**, select **Configuration**.
5757
1. Under **Tag inheritance**, select **Edit**.
5858
:::image type="content" source="./media/enable-tag-inheritance/edit-tag-inheritance.png" alt-text="Screenshot showing the Edit option for Tag inheritance for an EA billing account." lightbox="./media/enable-tag-inheritance/edit-tag-inheritance.png" :::
@@ -64,7 +64,7 @@ After tag inheritance is enabled, subscription and resource group tags are appli
6464
### To enable tag inheritance in the Azure portal for an MCA billing profile
6565

6666
1. In the Azure portal, search for **Cost Management** and select it (the green hexagon-shaped symbol, *not* Cost Management + Billing).
67-
1. Select a scope.
67+
1. Select a billing profile scope.
6868
1. In the left menu under **Settings**, select **Manage billing profile**.
6969
1. Under **Tag inheritance**, select **Edit**.
7070
:::image type="content" source="./media/enable-tag-inheritance/edit-tag-inheritance-billing-profile.png" alt-text="Screenshot showing the Edit option for Tag inheritance for an MCA billing profile." lightbox="./media/enable-tag-inheritance/edit-tag-inheritance-billing-profile.png":::

articles/cost-management-billing/costs/view-kubernetes-costs.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ ms.reviewer: sadoulta
1414

1515
# View Kubernetes costs
1616

17-
This article helps you view Azure Kubernetes Service (AKS) cost in Microsoft Cost management. You use the following views to analyze your Kubernetes costs, which are available at the subscription scope.
17+
You can use the following views in Microsoft Cost Management to analyze the costs of your AKS (Azure Kubernetes Service) clusters, which are available at the subscription scope.
1818

1919
- **Kubernetes clusters** – Shows aggregated costs of clusters in a subscription.
2020
- **Kubernetes namespaces** – Shows aggregated costs of namespaces for all clusters in a subscription.
2121
- **Kubernetes assets** – Shows costs of assets running within a cluster.
2222

23-
Visibility into a Kubernetes cluster cost helps you identify opportunities for optimization. It also enables cost allocation to different teams running their applications on shared clusters in different namespaces.
23+
Visibility into granular costs of Kubernetes clusters helps you identify opportunities for optimization. It also enables cost allocation to different teams running their applications on shared clusters in different namespaces.
2424

2525
## Prerequisites
2626

27-
- You must enable AKS cost analysis on the cluster to view its costs. If you have multiple clusters running in a subscription, you must enable AKS cost analysis on every cluster. For more information about how to enable cost analysis for clusters, see [Azure Kubernetes Service cost analysis](/azure/aks/cost-analysis).
27+
- You must enable AKS cost analysis add-on on the cluster to view its costs in these views. If you have multiple clusters running in a subscription, you must enable the add-on on every cluster. For more information on how to enable cost analysis for clusters, see [Azure Kubernetes Service cost analysis](/azure/aks/cost-analysis).
2828
- Kubernetes cost views are available only for the following subscription agreement types:
2929
- Enterprise Agreement
3030
- Microsoft Customer Agreement
@@ -38,11 +38,11 @@ Visibility into a Kubernetes cluster cost helps you identify opportunities for o
3838

3939
## Access Kubernetes cost views
4040

41-
Use any of the following ways to view AKS costs.
41+
Use any of the following ways to access the Kubernetes cost views.
4242

4343
### View from the Subscription page
4444

45-
To view AKS costs from the Subscription page:
45+
To access Kubernetes cost views from the Subscription page:
4646

4747
1. Sign in to [Azure portal](https://portal.azure.com/) and navigate to **Subscriptions**.
4848
2. Search for the subscription hosting your clusters and select it.
@@ -52,7 +52,7 @@ To view AKS costs from the Subscription page:
5252

5353
### View from the Cost Management page
5454

55-
To view AKS costs from the Cost Management page:
55+
To access Kubernetes cost views from the Cost Management page:
5656

5757
1. Sign in to [Azure portal](https://portal.azure.com/) and search for **Cost analysis**.
5858
2. Verify that you are at the correct scope. If necessary, select **change** to select the correct subscription scope that hosts your Kubernetes clusters.
@@ -86,4 +86,5 @@ By default, all Kubernetes views show actual costs. You can view amortized costs
8686

8787
## Next steps
8888

89-
For more information about splitting shared costs with cost allocation rules, see [Create and manage Azure cost allocation rules](allocate-costs.md).
89+
To learn more about optimizing AKS costs, see [Best practices for cost optimization in Azure Kubernetes Service (AKS)](/azure/aks/best-practices-cost)
90+

0 commit comments

Comments
 (0)