Skip to content

Commit fd36c96

Browse files
Merge pull request #105249 from bandersmsft/master
CM+B - updated budgets article for template
2 parents 80fa26e + 6897173 commit fd36c96

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
3.08 KB
Loading

articles/cost-management-billing/costs/tutorial-acm-create-budgets.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This tutorial helps plan and account for the costs of Azure service
44
keywords:
55
author: bandersmsft
66
ms.author: banders
7-
ms.date: 02/10/2020
7+
ms.date: 02/23/2020
88
ms.topic: conceptual
99
ms.service: cost-management-billing
1010
ms.reviewer: adwise
@@ -29,7 +29,7 @@ In this tutorial, you learn how to:
2929
> [!div class="checklist"]
3030
> * Create a budget in the Azure portal
3131
> * Create and edit budgets with PowerShell
32-
> * Edit a budget
32+
> * Create a budget with an Azure Resource Manager template
3333
3434
## Prerequisites
3535

@@ -155,6 +155,16 @@ $ActionGroupId = (Set-AzureRmActionGroup -ResourceGroupName YourResourceGroup -N
155155
156156
New-AzureRmConsumptionBudget -Amount 100 -Name TestPSBudget -Category Cost -StartDate 2020-02-01 -TimeGrain Monthly -EndDate 2022-12-31 -ContactEmail [email protected] -NotificationKey Key1 -NotificationThreshold 0.8 -NotificationEnabled -ContactGroup $ActionGroupId
157157
```
158+
## Create a budget with an Azure Resource Manager template
159+
160+
You can create a budget using an Azure Resource Manager template. The template helps you create a budget under a resource group. The template supports enterprise agreement customers only.
161+
162+
Select the following image to sign in to the Azure portal and open the template:
163+
164+
[![Deploy the Create budget template to Azure](./media/tutorial-acm-create-budgets/deploy-to-azure.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fAzure%2fazure-quickstart-templates%2fmaster%2fcreate-budget%2fazuredeploy.json)
165+
166+
To view a list of all the template parameters and their descriptions, see the [Create a budget](https://azure.microsoft.com/resources/templates/create-budget/) template.
167+
158168

159169
## Next steps
160170

@@ -163,7 +173,7 @@ In this tutorial, you learned how to:
163173
> [!div class="checklist"]
164174
> * Create a budget in the Azure portal
165175
> * Create and edit budgets with PowerShell
166-
> * Edit a budget
176+
> * Create a budget with an Azure Resource Manager template
167177
168178
Advance to the next tutorial to create a recurring export for your cost management data.
169179

0 commit comments

Comments
 (0)