Skip to content

Commit c5144c6

Browse files
Merge pull request #248310 from dknappettmsft/dknappettmsft-patch-1
AVD FSLogix share path case
2 parents af44951 + 6bd34a6 commit c5144c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To set up a storage account:
6262

6363
1. Select **+ File share**.
6464

65-
1. Enter a **Name**, such as *Profiles*, then for the tier select **Transaction optimized**.
65+
1. Enter a **Name**, such as *profiles*, then for the tier select **Transaction optimized**.
6666

6767
## Join your storage account to Active Directory
6868

@@ -230,7 +230,7 @@ To configure Profile Container on your session host VMs:
230230
1. Open an elevated PowerShell prompt and run the following commands, replacing `\\<storage-account-name>.file.core.windows.net\<share-name>` with the UNC path to your storage account you created earlier. These commands enable Profile Container and configure the location of the share.
231231

232232
```powershell
233-
$regPath = "HKLM:\SOFTWARE\FSLogix\Profiles"
233+
$regPath = "HKLM:\SOFTWARE\FSLogix\profiles"
234234
New-ItemProperty -Path $regPath -Name Enabled -PropertyType DWORD -Value 1 -Force
235235
New-ItemProperty -Path $regPath -Name VHDLocations -PropertyType MultiString -Value \\<storage-account-name>.file.core.windows.net\<share-name> -Force
236236
```

0 commit comments

Comments
 (0)