Skip to content

Commit

Permalink
Add example for Azure to external depedencies docs
Browse files Browse the repository at this point in the history
  • Loading branch information
steffansluis committed May 22, 2020
1 parent dae4297 commit a1af810
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/docs/user-guide/external-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ supported:
- Local files and directories outside of your <abbr>workspace</abbr>
- SSH
- Amazon S3
- Microsoft Azure Blob Storage
- Google Cloud Storage
- HDFS
- HTTP
Expand Down Expand Up @@ -64,6 +65,18 @@ $ dvc run -d s3://mybucket/data.txt \
aws s3 cp s3://mybucket/data.txt data.txt
```

### Microsoft Azure Blob Storage

```dvc
$ dvc run -d azure://my-container-name/data.txt \
-o data.txt \
az storage copy \
-d data.json \
--source-account-name my-account \
--source-container my-container-name \
--source-blob data.txt
```

### Google Cloud Storage

```dvc
Expand Down

0 comments on commit a1af810

Please sign in to comment.