Create a provider function for foundry_set_token_provider() that shells out
to az account get-access-token. Tokens are cached until five minutes before
expiry.
Examples
if (FALSE) { # \dontrun{
foundry_set_token_provider(
foundry_token_azure_cli("https://ai.azure.com")
)
} # }