Closed dom-nura closed 1 week ago
PTAL at https://dvc.org/doc/user-guide/data-management/remote-storage/azure-blob-storage.
If you are trying to change the URL, (azure://hello
to azure://hello2
), you can do so via:
dvc remote modify azure url azure://hello2
Take a note that it is a url, not the endpointurl. endpointurl
is a different thing - it's a server url, not the path, and is not supported by Azure. That needs to be set in the connection_string
for Azure (but I don't think you need that if you are connecting to Azure).
You can set connection_string
and other configs like the way you have tried to set endpointurl
above, but PTAL at the above docs.
Bug Report
Following various instructions, this doesn't work on dvc 3.56, python 3.12
produces:
how can I add account_name, connection_string, etc?