How to properly configure dvc for use with azure storage
See original GitHub issueHi
I have been unable to configure dvc to use azure storage. I ran
dvc remote add -d myremote azure://jmollevidvctest/
which seemed to work bu when I run
dvc push
I get an error
ERROR: failed to push data to the cloud - azure storage connection string missing
What am I missing, is there any example for adding all the data needed to dvc to make pushing data to azure work?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Data And Model Versioning With DVC And Azure Blob Storage
Set up DVC ... Let's start by installing DVC with the following pip command. ... Once done installing DVC, run the following command...
Read more >Read only access using Azure Blog Storage - Questions - DVC
I have a public repo on GitHub using dvc. I want maintainers to add files using dvc. I will give them a SAS...
Read more >Syncing Data to Azure Blob Storage - Iterative.ai
That's why we're going to do a quick walkthrough of how to set up a remote with Azure Blob Storage and handle data...
Read more >How to use DVC in Azure Blob Storage - Dev Genius
Azure will review the settings and deploy the container. Then, Click the container -> Click Properties -> Copy the NAME and URL for...
Read more >DVC imports authentication to blob storage - Stack Overflow
I'm using DVC to track and version data that is stored locally on the file system and in Azure Blob storage. My setup...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I did not know how to set up all the configurations on the Azure side to get the config values for DVC. I did it with a sample app. It might be useful for someone else:
https://github.com/josecelano/data-version-control/blob/master/docs/azure-blob-storage.md
create a https://github.com/iterative/dvc.org/issues/462, to add more info to the docs