Skip to content

Commit 24375bf

Browse files
committed
updates docstring
1 parent 7918761 commit 24375bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/fct_azure_storage.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ load_provider_data <- function(
2121

2222
#' Get ADLS Filesystem
2323
#'
24-
#' try to use a managed token, this will only work if run in an Azure data centre
25-
#' if it fails, try instead to use Azure Resource Manager
24+
#' Get the Azure Data Lake Storage filesystem using the endpoint and container
25+
#' specified in environment variables. (AZ_STORAGE_EP and AZ_STORAGE_CONTAINER)
2626
#'
2727
#' @return the adls filesystem
2828
get_adls_fs <- function() {

0 commit comments

Comments
 (0)