powered by
Logs out from Azure CLI by removing all stored credentials and account information. This function runs az logout.
az logout
az_cli_logout()
Invisibly returns NULL
NULL
After logging out, you will need to run az_cli_login() again to authenticate and use Azure CLI credentials.
az_cli_login()
if (FALSE) { # Log out from Azure CLI az_cli_logout() }
Run the code above in your browser using DataLab