question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to properly configure dvc for use with azure storage

See original GitHub issue

Hi

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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
josecelanocommented, Sep 16, 2021

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

2reactions
shchekleincommented, Jun 27, 2019

create a https://github.com/iterative/dvc.org/issues/462, to add more info to the docs

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found