Skip to content

Commit

Permalink
Merge pull request iterative#951 from sijanmilan/patch-1
Browse files Browse the repository at this point in the history
Update add.ml - add note for Azure connection-string
  • Loading branch information
shcheklein authored Jan 27, 2020
2 parents 8d97393 + 66c7823 commit fd396c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/static/docs/command-reference/remote/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ $ dvc remote add myremote "azure://"
one following
[these instructions](https://docs.microsoft.com/en-us/azure/storage/common/storage-create-storage-account).
The connection string can be found in the "Access Keys" pane of your Storage
Account resource in the Azure portal.
Account resource in the Azure portal.

> 💡Make sure the value is quoted to prevent shell from misprocessing the
> command.
- `container name` - this is the top-level container in your Azure Storage
Account under which all the files for this remote will be uploaded. If the
Expand Down

0 comments on commit fd396c7

Please sign in to comment.