#' Log in to Azure
#'
#' Helper for **interactive** login.
#'
#' @inheritDotParams az_cli_run
#'
#' @export
az_login <- function(...) {
az_cli_run(
cmd = "login",
...
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.