Learn R Programming

azr (version 0.2.0)

az_cli_logout: Azure CLI Logout

Description

Logs out from Azure CLI by removing all stored credentials and account information. This function runs az logout.

Usage

az_cli_logout()

Arguments

Value

Invisibly returns NULL

Details

After logging out, you will need to run az_cli_login() again to authenticate and use Azure CLI credentials.

Examples

Run this code
if (FALSE) {
# Log out from Azure CLI
az_cli_logout()
}

Run the code above in your browser using DataLab