Skip to content

Commit 36cbf34

Browse files
committed
added to TOC and revised template section from budget tutorial
1 parent 3f49652 commit 36cbf34

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

articles/cost-management-billing/costs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
items:
1111
- name: Start analyzing costs
1212
href: quick-acm-cost-analysis.md
13+
- name: Create a budget using a template
14+
href: quick-create-budget-template.md
1315
- name: Tutorials
1416
items:
1517
- name: Create and manage budgets

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,7 @@ New-AzureRmConsumptionBudget -Amount 100 -Name TestPSBudget -Category Cost -Star
176176
```
177177
## Create a budget with an Azure Resource Manager template
178178

179-
You can create a budget using an Azure Resource Manager template. The template helps you create a budget under a resource group.
180-
181-
Select the following image to sign in to the Azure portal and open the template:
182-
183-
[![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)
184-
185-
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.
186-
179+
You can create a budget using an Azure Resource Manager template. To use the template, see [Create a budget with an Azure Resource Manager template](quick-create-budget-template.md).
187180

188181
## Next steps
189182

0 commit comments

Comments
 (0)