Learn R Programming

azr (version 0.3.3)

default_azure_host: 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()

Arguments

Value

A character string with the authority host URL

Examples

Run this code
default_azure_host()

Run the code above in your browser using DataLab