Skip to content

Commit

Permalink
azure: mention that we search azure config
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Aug 10, 2021
1 parent f10e3b1 commit 96cdabe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,11 @@ order of precedence):

Note that Azure remotes can also authenticate via environment variables (instead
of `dvc remote modify`). These are tried if none of the params above are set.
Also some options can be propagated from the azure config file (which is managed
through
[az config](https://docs.microsoft.com/en-us/cli/azure/config?view=azure-cli-latest)).
The default directory where the config will be searched is `~/.azure` but it can
be customized through `AZURE_CONFIG_DIR` variable.

For Azure connection string:

Expand Down

0 comments on commit 96cdabe

Please sign in to comment.