Skip to content

Commit 6cb6ce0

Browse files
authored
Merge pull request #87219 from tasherif-msft/patch-1
Add ADLS account disclaimer
2 parents da9fd5a + f2cc4eb commit 6cb6ce0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ 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+
> [!NOTE]
150+
> If you use an ADLS account, you must include `--use-adls=true`.
151+
149152
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`.
150153

151154
```bash

0 commit comments

Comments
 (0)