diff --git a/pages/common/az-logout.md b/pages/common/az-logout.md new file mode 100644 index 00000000000000..03315acfb86f77 --- /dev/null +++ b/pages/common/az-logout.md @@ -0,0 +1,13 @@ +# az logout + +> Log out from an Azure subscription. +> Part of `azure-cli`. +> More information: . + +- Log out from the active account: + +`az logout` + +- Log out a specific username: + +`az logout --username {{alias@somedomain.com}}`