System Grab Bag

View all TLDR pages from common (or from all pages)

az config

Manage Azure CLI configuration. Part of azure-cli. More information: https://learn.microsoft.com/cli/azure/config.
  • Print all configurations:
    az config get
  • Print configurations for a specific section:
    az config get {{section_name}}
  • Set a configuration:
    az config set {{configuration_name}}={{value}}
  • Unset a configuration:
    az config unset {{configuration_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.