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

dvc connectivity with Azure Blob Storage #8309

Closed
debanshu08 opened this issue Sep 16, 2022 · 1 comment
Closed

dvc connectivity with Azure Blob Storage #8309

debanshu08 opened this issue Sep 16, 2022 · 1 comment
Labels
fs: azure Related to the Azure filesystem

Comments

@debanshu08
Copy link

I am trying to use dvc remote with Azure Blob Storage but I get this as error whenever I do dvc push
unexpected error - Cannot connect to host sientityfiles.blob.core.windows.net':443 ssl:True [getaddrinfo failed]: Cannot connect to host sientityfiles.blob.core.windows.net':443 ssl:True [getaddrinfo failed]: [Errno 11001] getaddrinfo failed

Commands I have tried :-
dvc remote add -d myremote azure://dvcdemo
dvcdemo is the Container name

dvc remote modify --local myremote account_name 'sientityfiles'
This is the storage account name

dvc remote modify --local myremote connection_string 'mysecret'
dvc push

unexpected error - Cannot connect to host sientityfiles.blob.core.windows.net':443 ssl:True [getaddrinfo failed]: Cannot connect to host sientityfiles.blob.core.windows.net':443 ssl:True [getaddrinfo failed]: [Errno 11001] getaddrinfo failed

Getting this, can you help in fixing this?

@dtrifiro dtrifiro added the fs: azure Related to the Azure filesystem label Sep 20, 2022
@dtrifiro
Copy link
Contributor

Hi, it looks like your storage account's endpoint url does not exists. Please check that the storage account's name is correct and that it exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fs: azure Related to the Azure filesystem
Projects
None yet
Development

No branches or pull requests

2 participants