Skip to content

Commit f29bb07

Browse files
Changed to "Azure Files and Azure AD DS"
Made this change since Azure Files is the actual file storage technology. Azure AD DS is just the identity requirement.
1 parent aaa7e7d commit f29bb07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-desktop/create-profile-container-adds.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create FSLogix profile container Active Directory Domain Services - Azure
3-
description: This article describes how to create an FSLogix profile container with Azure Active Directory Domain Services.
2+
title: Create FSLogix profile container Azure Files and Active Directory Domain Services - Azure
3+
description: This article describes how to create an FSLogix profile container with Azure Files and Azure Active Directory Domain Services.
44
services: virtual-desktop
55
author: Heidilohr
66

@@ -11,9 +11,9 @@ ms.author: helohr
1111
manager: lizross
1212
---
1313

14-
# Create an FSLogix profile container with Azure AD DS
14+
# Create an FSLogix profile container with Azure Files and Azure AD DS
1515

16-
This article will show you how to create an FSLogix profile container with Azure Active Directory Domain Services (AD DS).
16+
This article will show you how to create an FSLogix profile container with Azure Files and Azure Active Directory Domain Services (AD DS).
1717

1818
## Configure Azure AD DS
1919

@@ -204,9 +204,9 @@ From the Azure portal, navigate to the **Files share** created in the previous s
204204
#Optional
205205
Install-Module Microsoft.RdInfra.RdPowershell
206206
207-
\$brokerurl = "https://rdbroker.wvd.microsoft.com"
207+
$brokerurl = "https://rdbroker.wvd.microsoft.com"
208208
209-
Add-RdsAccount -DeploymentUrl \$brokerurl
209+
Add-RdsAccount -DeploymentUrl $brokerurl
210210
```
211211

212212
When prompted for credentials, enter the same user that was granted the Tenant Creator, RDS Owner, or RDS Contributor role on the Windows Virtual Desktop tenant.
@@ -268,4 +268,4 @@ If you're looking for alternate ways to create FSLogix profile containers, check
268268
- [Create a profile container for a host pool using a file share](create-host-pools-user-profile.md).
269269
- [Create an FSLogix profile container for a host pool using Azure NetApp Files](create-fslogix-profile-container.md)
270270
271-
You can find more detailed information about concepts related to FSlogix containers for Azure files in [FSLogix profile containers and Azure files](fslogix-containers-azure-files.md).
271+
You can find more detailed information about concepts related to FSlogix containers for Azure files in [FSLogix profile containers and Azure files](fslogix-containers-azure-files.md).

0 commit comments

Comments
 (0)