default_azure_host: Get default Azure authority host

View source: R/defaults.R

default_azure_hostR Documentation

Get default Azure authority host

Description

Retrieves the Azure authority host in priority order:

  1. Package-level override set via set_azr_defaults()

  2. AZURE_AUTHORITY_HOST environment variable

  3. Built-in fallback (login.microsoftonline.com)

Usage

default_azure_host()

Value

A character string with the authority host URL

Examples

default_azure_host()

azr documentation built on May 5, 2026, 1:08 a.m.