az configure --help Manage Azure CLI configuration. This command is interactive.



  • Command
        az configure : Manage Azure CLI configuration. This command is interactive.
    
    Arguments
        --defaults -d      : Space-separated 'name=value' pairs for common argument defaults.
        --list-defaults -l : List all applicable defaults.  Allowed values: false, true.
        --scope            : Scope of defaults. Using "local" for settings only effective under current
                             folder.  Allowed values: global, local.  Default: global.
    
    Global Arguments
        --debug            : Increase logging verbosity to show all debug logs.
        --help -h          : Show this help message and exit.
        --output -o        : Output format.  Allowed values: json, jsonc, none, table, tsv, yaml.
                             Default: json.
        --query            : JMESPath query string. See http://jmespath.org/ for more information and
                             examples.
        --verbose          : Increase logging verbosity. Use --debug for full debug logs.
    
    Examples
        Set default resource group, webapp and VM names.
            az configure --defaults group=myRG web=myweb vm=myvm
    
        Clear default webapp and VM names.
            az configure --defaults vm='' web=''
    
    For more specific examples, use: az find "az configure"
    

Log in to reply
 

© Lightnetics 2024