diff --git a/src/azure-cli/azure/cli/command_modules/consumption/_help.py b/src/azure-cli/azure/cli/command_modules/consumption/_help.py index 3efeb2a9c2a..4d8bdd4cac4 100644 --- a/src/azure-cli/azure/cli/command_modules/consumption/_help.py +++ b/src/azure-cli/azure/cli/command_modules/consumption/_help.py @@ -20,6 +20,9 @@ helps['consumption budget create'] = """ type: command short-summary: Create a budget for an Azure subscription. +examples: + - name: Create a cost-based monthly budget with a specified amount, start date, and end date. + text: az consumption budget create --budget-name "costbudget" --category "cost" --amount 100.0 -s "xxx" -e "xxx" --time-grain "monthly" """ helps['consumption budget delete'] = """