Skip to content

Commit

Permalink
Merge pull request #1258 from nilushancosta/patch-1
Browse files Browse the repository at this point in the history
Add missing --local option in Azure instructions
  • Loading branch information
jorgeorpinel authored May 7, 2020
2 parents 2ea63aa + 2ede968 commit ee89ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/command-reference/remote/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ For more information about the variables DVC supports, please visit
### Click for Microsoft Azure Blob Storage

```dvc
$ dvc remote add myremote azure://my-container-name/path
$ dvc remote add --local myremote azure://my-container-name/path
$ dvc remote modify --local myremote connection_string "my-connection-string"
```

Expand Down

0 comments on commit ee89ecb

Please sign in to comment.