Skip to content

Commit 1105934

Browse files
committed
edit
1 parent 9491ed5 commit 1105934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-files-aad-permissions-and-mounting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following sets of permissions are supported on the root directory of a file
8282
- NT AUTHORITY\SYSTEM:(F)
8383
- CREATOR OWNER:(OI)(CI)(IO)(F)
8484

85-
### Mount the Azure file share
85+
### Mount the file share using your storage account key
8686

8787
Before you configure Windows ACLs, you must first mount the file share to your domain-joined VM by using your storage account key. To do this, log into the domain-joined VM as an Azure AD user, open a Windows command prompt, and run the following command. Remember to replace `<YourStorageAccountName>`, `<FileShareName>`, and `<YourStorageAccountKey>` with your own values. If Z: is already in use, replace it with an available drive letter. You can find your storage account key in the Azure portal by navigating to the storage account and selecting **Security + networking** > **Access keys**, or you can use the `Get-AzStorageAccountKey` PowerShell cmdlet.
8888

0 commit comments

Comments
 (0)