Sodamhan.com

TL;DR

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 [email protected]

This document was created using the contents of the tldr project.