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 asaz). 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}}
