<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.pedrono.fr/index.php?action=history&amp;feed=atom&amp;title=AZURE_-_Azure_CLI</id>
	<title>AZURE - Azure CLI - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.pedrono.fr/index.php?action=history&amp;feed=atom&amp;title=AZURE_-_Azure_CLI"/>
	<link rel="alternate" type="text/html" href="http://wiki.pedrono.fr/index.php?title=AZURE_-_Azure_CLI&amp;action=history"/>
	<updated>2026-04-17T13:05:51Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.pedrono.fr/index.php?title=AZURE_-_Azure_CLI&amp;diff=847&amp;oldid=prev</id>
		<title>imported&gt;Jules : Page créée avec « = Introduction =  This article will be a kind of cheatsheet regarding the usage of Azure CLI (az).  = Account Management =  See [https://learn.microsoft.com/en-us/cli/azur... »</title>
		<link rel="alternate" type="text/html" href="http://wiki.pedrono.fr/index.php?title=AZURE_-_Azure_CLI&amp;diff=847&amp;oldid=prev"/>
		<updated>2023-02-21T14:07:46Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « = Introduction =  This article will be a kind of cheatsheet regarding the usage of Azure CLI (az).  = Account Management =  See [https://learn.microsoft.com/en-us/cli/azur... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Introduction =&lt;br /&gt;
&lt;br /&gt;
This article will be a kind of cheatsheet regarding the usage of Azure CLI (az).&lt;br /&gt;
&lt;br /&gt;
= Account Management =&lt;br /&gt;
&lt;br /&gt;
See [https://learn.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest this page].&lt;br /&gt;
&lt;br /&gt;
== Authenticate ==&lt;br /&gt;
&lt;br /&gt;
See [https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli this page].&lt;br /&gt;
&lt;br /&gt;
Interactive method:&lt;br /&gt;
&lt;br /&gt;
 az login&lt;br /&gt;
&lt;br /&gt;
== Show your actual account configuration ==&lt;br /&gt;
&lt;br /&gt;
See [https://learn.microsoft.com/fr-fr/cli/azure/account?view=azure-cli-latest#az-account-show this page].&lt;br /&gt;
&lt;br /&gt;
 az account show&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 $ az account show&lt;br /&gt;
 {&lt;br /&gt;
   &amp;quot;environmentName&amp;quot;: &amp;quot;AzureCloud&amp;quot;,&lt;br /&gt;
   &amp;quot;homeTenantId&amp;quot;: &amp;quot;********-****-****-****-************&amp;quot;,&lt;br /&gt;
   &amp;quot;id&amp;quot;: &amp;quot;********-****-****-****-************&amp;quot;,&lt;br /&gt;
   &amp;quot;isDefault&amp;quot;: true,&lt;br /&gt;
   &amp;quot;managedByTenants&amp;quot;: [&lt;br /&gt;
     {&lt;br /&gt;
       &amp;quot;tenantId&amp;quot;: &amp;quot;********-****-****-****-************&amp;quot;&lt;br /&gt;
     }&lt;br /&gt;
   ],&lt;br /&gt;
   &amp;quot;name&amp;quot;: &amp;quot;name-of-subscription&amp;quot;,&lt;br /&gt;
   &amp;quot;state&amp;quot;: &amp;quot;Enabled&amp;quot;,&lt;br /&gt;
   &amp;quot;tenantId&amp;quot;: &amp;quot;********-****-****-****-************&amp;quot;,&lt;br /&gt;
   &amp;quot;user&amp;quot;: {&lt;br /&gt;
     &amp;quot;name&amp;quot;: &amp;quot;account@organisation.com&amp;quot;,&lt;br /&gt;
     &amp;quot;type&amp;quot;: &amp;quot;user&amp;quot;&lt;br /&gt;
   }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Switch subscription ==&lt;br /&gt;
&lt;br /&gt;
See [https://learn.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az-account-set this page].&lt;br /&gt;
&lt;br /&gt;
 az account set -s name-of-subscription&lt;br /&gt;
&lt;br /&gt;
= Resource group management =&lt;br /&gt;
&lt;br /&gt;
== List your resource group in actual subscription ==&lt;br /&gt;
&lt;br /&gt;
See [https://learn.microsoft.com/en-us/cli/azure/group?view=azure-cli-latest#az-group-list this page].&lt;br /&gt;
&lt;br /&gt;
 az group list&lt;br /&gt;
&lt;br /&gt;
[[Category:Cloud]]&lt;br /&gt;
[[Category:Azure]]&lt;br /&gt;
[[Category:A MODIFIER]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Jules</name></author>
	</entry>
</feed>