4.7 Ubuntu Azure CLI Billing

20220614

We can list the invoices since the beginning of 2020:

az billing invoice list --period-start-date "2021-01-01" --period-end-date "`date --iso`"

The JSON processor can be utilised to format the output:

az billing invoice list --period-start-date "2020-01-01" --period-end-date "`date --iso`" |
jq '.[].billedAmount.value'


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0