Skip to content

Commit 9ef2762

Browse files
authored
Merge pull request #104569 from jcaimicrosoft/patch-1
Update storage-how-to-mount-container-linux.md
2 parents 1324c69 + 1f5f553 commit 9ef2762

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
@@ -143,9 +143,10 @@ For example, suppose you are authorizing with the account access keys and storin
143143
accountName myaccount
144144
accountKey storageaccesskey
145145
containerName mycontainer
146+
authType Key
146147
```
147148

148-
The `accountName` is the name of your storage account, and not the full URL.
149+
The `accountName` is the name of your storage account, and not the full URL. You need to update `myaccount`, `storageaccesskey`, and `mycontainer` with your storage information.
149150

150151
Create this file using:
151152

0 commit comments

Comments
 (0)