Skip to content

Commit e1d01cc

Browse files
authored
Update tutorial-acm-create-budgets.md
1 parent 50c3887 commit e1d01cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
3131

3232
> [!div class="checklist"]
3333
> * Create a budget in the Azure portal
34-
> * Create and edit budgets with PowerShell
34+
> * Create and edit budgets
3535
> * Create a budget with an Azure Resource Manager template
3636
3737
## Prerequisites
@@ -238,7 +238,7 @@ az consumption budget create --amount 100 --name TestCLIBudget --category Cost -
238238

239239
### [Terraform](#tab/tfbudget)
240240

241-
Make sure to properly [install and configure Terraform](/developer/terraform/quickstart-configure) before continuing. All examples are based on [HashiCorp's 'azurerm_subscription_cost_management_export' docs](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subscription_cost_management_export).
241+
Make sure to properly [install and configure Terraform](/azure/developer/terraform/quickstart-configure) before continuing. All examples are based on [HashiCorp's 'azurerm_subscription_cost_management_export' docs](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subscription_cost_management_export).
242242

243243
The following example creates a budget using Terraform. Make sure to replace all example prompts with your own info.
244244

0 commit comments

Comments
 (0)