diff --git a/public/static/docs/command-reference/remote/add.md b/public/static/docs/command-reference/remote/add.md index 29337185b6..ae547373db 100644 --- a/public/static/docs/command-reference/remote/add.md +++ b/public/static/docs/command-reference/remote/add.md @@ -182,7 +182,10 @@ $ dvc remote add myremote "azure://" one following [these instructions](https://docs.microsoft.com/en-us/azure/storage/common/storage-create-storage-account). The connection string can be found in the "Access Keys" pane of your Storage - Account resource in the Azure portal. + Account resource in the Azure portal. + + > 💡Make sure the value is quoted to prevent shell from misprocessing the + > command. - `container name` - this is the top-level container in your Azure Storage Account under which all the files for this remote will be uploaded. If the