Load Azure Blob container using credentials in environment variables
fetch_blob_container.Rd
This function depends on the following Azure credentials stored in environment variables:
Details
az_tenant_id
: an Azure Active Directory (AAD) tenant IDaz_subscription_id
: an Azure subscription IDaz_resource_group
: The name of the Azure resource groupaz_storage_account
: The name of the Azure storage account
As a result it is an impure function, and should be used bearing that
warning in mind. Each variable is obtained using
fetch_credential_from_env_var()
(which will return an error if the
credential is not specified or empty).
See also
Other azure:
download_file_from_container()
,
download_if_specified()
,
fetch_credential_from_env_var()