diff --git a/content/docs/command-reference/remote/add.md b/content/docs/command-reference/remote/add.md index bd4b826ade..41553f3d1c 100644 --- a/content/docs/command-reference/remote/add.md +++ b/content/docs/command-reference/remote/add.md @@ -159,7 +159,7 @@ For more information about the variables DVC supports, please visit ### Click for Microsoft Azure Blob Storage ```dvc -$ dvc remote add myremote azure://my-container-name/path +$ dvc remote add --local myremote azure://my-container-name/path $ dvc remote modify --local myremote connection_string "my-connection-string" ```