Skip to content

Commit 6bdd798

Browse files
committed
clarify screenshots contain example data
1 parent cb9a0a6 commit 6bdd798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/batch/budget.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get cost analysis and set budgets for Azure Batch
33
description: Learn how to get a cost analysis, set a budget, and reduce costs for the underlying compute resources and software licenses used to run your Batch workloads.
44
ms.topic: how-to
5-
ms.date: 09/29/2021
5+
ms.date: 10/04/2021
66
---
77

88
# Get cost analysis and set budgets for Azure Batch
@@ -47,7 +47,7 @@ Depending on which services you use with your Batch solution, you may incur addi
4747

4848
In the Azure portal, you can create budgets and spending alerts for your Batch pools or Batch accounts. Budgets and alerts are useful for notifying stakeholders of any risks of overspending, although it's possible for there to be a delay in spending alerts and to slightly exceed a budget.
4949

50-
The following screenshot shows the **Cost analysis** view for a subscription, filtered to only display the accumulated costs associated with all Batch accounts. The lower charts show how the total cost for the period selected can be categorized by consumed service, location, and meter. This example is typical in that the largest cost is for the virtual machines that are allocated for Batch pool nodes.
50+
The following screenshot shows an example of the **Cost analysis** view for a subscription, filtered to only display the accumulated costs associated with all Batch accounts. The lower charts show how the total cost for the period selected can be categorized by consumed service, location, and meter. While this is an example and is not meant to be reflective of costs you may see for your subscriptions, it is typical in that the largest cost is for the virtual machines that are allocated for Batch pool nodes.
5151

5252
:::image type="content" source="media/batch-budget/subscription-cost-analysis.png" alt-text="Screenshot showing cost analysis in the Azure portal for all Batch accounts in a subscription.":::
5353

@@ -63,7 +63,7 @@ For Batch accounts created with the Batch service pool allocation mode:
6363
1. Select your subscription in the **Billing scopes** section.
6464
1. Under **Cost Management**, select **Cost analysis**.
6565
1. Select **Add Filter**. In the first drop-down, select **Resource**.
66-
1. In the second drop-down, select the Batch pool. When the pool is selected, you will see the cost analysis for the pool, similar to the example shown here.
66+
1. In the second drop-down, select the Batch pool. When the pool is selected, you will see the cost analysis for your pool. The screenshot below shows example data.
6767
:::image type="content" source="media/batch-budget/pool-cost-analysis.png" alt-text="Screenshot showing cost analysis of a Batch pool in the Azure portal.":::
6868

6969
The resulting cost analysis shows the cost of the pool as well as the resources that contribute to this cost. In this example, the VMs used in the pool are the most costly resource.
@@ -82,7 +82,7 @@ For Batch accounts created with the user subscription pool allocation mode:
8282
1. Under **Cost Management**, select **Cost analysis**.
8383
1. Select **Add Filter**. In the first drop-down, select **Tag**.
8484
1. In the second drop-down, select **poolname**.
85-
1. In the third drop-down, select the Batch pool.
85+
1. In the third drop-down, select the Batch pool. When the pool is selected, you will see the cost analysis for your pool. The screenshot below shows example data.
8686
:::image type="content" source="media/batch-budget/user-subscription-pool.png" alt-text="Screenshot showing cost analysis of a user subscription Batch pool in the Azure portal.":::
8787

8888
Note that if you're interested in viewing cost data for all pools in a user subscription Batch account, you can select **batchaccountname** in the second drop-down and the name of your Batch account in the third drop-down.

0 commit comments

Comments
 (0)