Skip to content

Commit

Permalink
fix(azure): don't use local for storage account name
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Jul 5, 2023
1 parent 47e8997 commit 9a919dd
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,14 @@ variables (usually set during [Azure CLI configuration]) or data from certain
Microsoft applications.

```cli
$ dvc remote modify myremote --local account_name 'myuser'
$ dvc remote modify myremote account_name 'mystorage'
```

[default credential]:
https://docs.microsoft.com/en-us/python/api/azure-identity/azure.identity.defaultazurecredential
[azure cli configuration]:
https://learn.microsoft.com/en-us/cli/azure/azure-cli-configuration

<admon type="warn">

The `dvc remote modify --local` flag is needed to write sensitive user info to a
Git-ignored config file (`.dvc/config.local`) so that no secrets are leaked
through Git. See `dvc config`.

</admon>

<details>

### Windows users: click here for more info.
Expand Down

1 comment on commit 9a919dd

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link Check Report

There were no links to check!

Please sign in to comment.