Skip to content
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

Error when following the guide to setup azure storage as remote #3754

Closed
FabianHertwig opened this issue May 7, 2020 · 1 comment
Closed
Labels
triage Needs to be triaged

Comments

@FabianHertwig
Copy link

FabianHertwig commented May 7, 2020

Hi,

I'm running dvc 0.93.0 on a Mac installed with brew.

I want to setup an azure blob storage as a remote like explained in the docs. I run:

dvc remote add azuretest azure://mycontainername
dvc remote modify --local azuretest connection_string "DefaultEndpointsProtocol=https;AccountName=..."

On the second command I get the error ERROR: configuration error - config file error: remote 'azuretest' doesn't exists.

When I run dvc remote list then azuretest is there. I don't get an error when I ommit the --local flag.

When I look at the .dvc/config and .dvc/config.local files, then there is an entry in the config file but the config.local file is empty. Is that where the error comes from?

Thanks for your help and your tool!
Cheers, Fabian

@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label May 7, 2020
@FabianHertwig
Copy link
Author

I just saw that the first command has the --local flag as well in the docs. My bad.

dvc remote add --local myremote azure://my-container-name/path
dvc remote modify --local myremote connection_string "my-connection-string"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant