Skip to content

Commit c08170e

Browse files
Add ADLS account disclaimer
1 parent 88bf065 commit c08170e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/storage/blobs/storage-how-to-mount-container-linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ To mount blobfuse, run the following command with your user. This command mounts
146146
sudo blobfuse ~/mycontainer --tmp-path=/mnt/resource/blobfusetmp --config-file=/path/to/fuse_connection.cfg -o attr_timeout=240 -o entry_timeout=240 -o negative_timeout=120
147147
```
148148

149+
_When using an ADLS account you must provide `--use-adls=true`_
150+
149151
You should now have access to your block blobs through the regular file system APIs. The user who mounts the directory is the only person who can access it, by default, which secures the access. To allow access to all users, you can mount via the option `-o allow_other`.
150152

151153
```bash

0 commit comments

Comments
 (0)