We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
az consumption budget create
1 parent 378d1bb commit 96a256dCopy full SHA for 96a256d
src/azure-cli/azure/cli/command_modules/consumption/_help.py
@@ -20,6 +20,9 @@
20
helps['consumption budget create'] = """
21
type: command
22
short-summary: Create a budget for an Azure subscription.
23
+examples:
24
+ - name: Create a cost-based monthly budget with a specified amount, start date, and end date.
25
+ text: az consumption budget create --budget-name "costbudget" --category "cost" --amount 100.0 -s "xxx" -e "xxx" --time-grain "monthly"
26
"""
27
28
helps['consumption budget delete'] = """
0 commit comments