Skip to content

Commit f2cc4eb

Browse files
authored
PR review edit
1 parent c08170e commit f2cc4eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +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`_
149+
> [!NOTE]
150+
> If you use an ADLS account, you must include `--use-adls=true`.
150151
151152
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`.
152153

0 commit comments

Comments
 (0)