Azure az config Set Default Resource Group

December 12, 2021
Tags:
azure

Covers a nice tip that sets the resource group default for all the az commands. This saves precious finger-typing energy :)

Commands:

az group list -o table
az config set defaults.group=demo
az network vnet list -o table
az config set defaults.group=test
az network vnet list -o table
az configure --list-defaults -o table

Links:

Get full access to these great resources

All for less than the price of coffee a day

38 courses
274 lessons
44+ hours

Get started with BoltOps Learn now and get access to easy and powerful lessons

BoltOps Tools