LinuxCommandLibrary

az-logout

Log out from an Azure subscription.

TLDR

Log out from the active account

$ az logout
copy


Log out a specific username
$ az logout --username [alias@somedomain.com]
copy

Copied to clipboard