Azure CLI: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
=Configuration= | =Configuration= | ||
{{External|https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration}} | {{External|https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration}} | ||
Azure CLI can be configured for settings such as default argument values, logging and data collection. The configuration can be performed with 'az configure', in a configuration file and environment variables. The configuration precedence is (from higher priority to lower priority): | |||
* Command-line parameters | |||
* Parameter persisted values set with 'az config param-persist' | |||
* Environment variables | |||
* Values in the configuration file set with 'az configure' | |||
=Operations= | =Operations= |
Revision as of 21:12, 18 November 2020
External
Internal
Installation
Homebrew
brew install azure-cli
Configuration
Azure CLI can be configured for settings such as default argument values, logging and data collection. The configuration can be performed with 'az configure', in a configuration file and environment variables. The configuration precedence is (from higher priority to lower priority):
- Command-line parameters
- Parameter persisted values set with 'az config param-persist'
- Environment variables
- Values in the configuration file set with 'az configure'
Operations
Version
az version