You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: