if (FALSE) {
# Perform Azure CLI login with device code flow
az_cli_login()
# Use the bridge webpage for easier code handling
az_cli_login(use_bridge = TRUE)
# Login to a specific tenant with verbose output
az_cli_login(tenant_id = "your-tenant-id", verbose = TRUE)
}
Run the code above in your browser using DataLab