mirror of https://github.com/CrimsonTome/tldr.git
14 lines
334 B
Markdown
14 lines
334 B
Markdown
# az logout
|
|
|
|
> Von Azure-Abonnements abmelden.
|
|
> Teil von `azure-cli` (auch bekannt als `az`).
|
|
> Weitere Informationen: <https://learn.microsoft.com/cli/azure/reference-index#az_logout>.
|
|
|
|
- Melde das aktuelle aktive Konto ab:
|
|
|
|
`az logout`
|
|
|
|
- Melde einen spezifischen Benutzernamen ab:
|
|
|
|
`az logout --username {{alias@somedomain.com}}`
|