-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to properly configure dvc for use with azure storage #2200
Comments
Hi @JohanMollevik ! You need to specify your connection string with
Are you familiar with |
No I am not, I have an azure account assigned to my at work but I am in the process of learning the ins and outs of it. Do you know how I find the connection strings or do you have an example so I know how one looks like so that I am able to search for it in the azure portal. (I'm trying to connect from linux if that makes a difference) |
@JohanMollevik Ah, got it. Go to your storage account in the azure portal and click |
create a iterative/dvc.org#462, to add more info to the docs |
@efiop Thanks, that seems to have done the trick, now the azure storage account is filling up nicely |
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 |
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?
The text was updated successfully, but these errors were encountered: