Skip to content

Commit

Permalink
Add description for Azure url format
Browse files Browse the repository at this point in the history
  • Loading branch information
steffansluis committed May 22, 2020
1 parent 3749042 commit dae4297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/command-reference/import-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ DVC supports several types of (local or) remote locations (protocols):
| -------- | --------------------------------------------------- | ------------------------------------------ |
| `local` | Local path | `/path/to/local/data` |
| `s3` | Amazon S3 | `s3://mybucket/data` |
| `azure` | Microsoft Azure Blob Storage | `azure://my-container-name/path/to/data` |
| `gs` | Google Storage | `gs://mybucket/data` |
| `ssh` | SSH server | `ssh://[email protected]:/path/to/data` |
| `hdfs` | HDFS to file (explanation below) | `hdfs://[email protected]/path/to/data.csv` |
Expand Down

0 comments on commit dae4297

Please sign in to comment.