Skip to content

Commit 1f11fbe

Browse files
AVD Azure Files storage account encryption algorithm
1 parent 43effca commit 1f11fbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,11 @@ To use Active Directory accounts for the share permissions of your file share, y
115115
-ResourceGroupName $ResourceGroupName `
116116
-StorageAccountName $StorageAccountName `
117117
-DomainAccountType "ComputerAccount" `
118-
-EncryptionType "'RC4','AES256'"
118+
-EncryptionType "AES256"
119119
```
120120

121+
You can also specify the encryption algorithm used for Kerberos authentication in the previous command to `RC4` if you need to. Using AES256 is recommended.
122+
121123
1. To verify the storage account has joined your domain, run the commands below and review the output, replacing the values for `$resourceGroupName` and `$storageAccountName` with your values:
122124

123125
```powershell

0 commit comments

Comments
 (0)