Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Azure Logout - Manage Azure Subscriptions | Online Free DevTools by Hexmos

Manage Azure subscriptions with Azure Logout. Securely disconnect from Azure accounts and subscriptions using the Azure CLI. Free online tool, no registration required.

az-logout

Log out from an Azure subscription. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/reference-index#az-logout.

  • Log out from the active account:

az logout

  • Log out a specific username:

az logout --username {{alias@somedomain.com}}

See Also