Difference between revisions of "Az config get"

From wikieduonline
Jump to navigation Jump to search
 
Line 10: Line 10:
 
     {
 
     {
 
       "name": "name",
 
       "name": "name",
       "source": "/Users/YOUR_USERNAME/[[.azure]]/config",
+
       "source": "/Users/YOUR_USERNAME/[[.azure/]]config",
 
       "value": "AzureCloud"
 
       "value": "AzureCloud"
 
     }
 
     }

Latest revision as of 00:36, 1 February 2022

az config set


az config get
Command group 'config' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
{
  "cloud": [
    {
      "name": "name",
      "source": "/Users/YOUR_USERNAME/.azure/config",
      "value": "AzureCloud"
    }
  ],
  "core": [
    {
      "name": "first_run",
      "source": "/Users/YOUR_USERNAME/.azure/config",
      "value": "yes"
    }
  ]
}

See also[edit]

Advertising: