R/login.r

Defines functions az_login

Documented in az_login

#' Log in to Azure
#'
#' Helper for **interactive** login.
#'
#' @inheritDotParams az_cli_run
#'
#' @export
az_login <- function(...) {
  az_cli_run(
    cmd = "login",
    ...
  )
}
subugoe/AzureAppService documentation built on Nov. 24, 2020, 5:39 a.m.