Performs an interactive Azure CLI login using device code flow. Automatically captures the device code, copies it to the clipboard, and opens the browser for authentication.
Arguments
- tenant_id
A character string specifying the Azure Active Directory tenant ID to authenticate against. If
NULL(default), uses the default tenant from Azure CLI configuration.- use_bridge
A logical value indicating whether to use the device code bridge webpage. If
TRUE, launches an intermediate local webpage that displays the device code and facilitates copy-pasting before redirecting to the Microsoft device login page. IfFALSE(default), copies the code directly to the clipboard and opens the Microsoft login page.- verbose
A logical value indicating whether to print detailed process output to the console, including error messages from the Azure CLI process. If
FALSE(default), only essential messages are displayed.