Skip to content

Commit f608d06

Browse files
authored
Merge pull request #26 from ChristianMontoya/patch-4
Changed to "Azure Files and Azure AD DS"
2 parents aaa7e7d + 1d86e63 commit f608d06

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
href: create-host-pools-user-profile.md
5151
- name: Use Azure NetApp Files
5252
href: create-fslogix-profile-container.md
53-
- name: Use Azure AD DS
53+
- name: Use Azure Files and Azure AD DS
5454
href: create-profile-container-adds.md
5555
- name: Configure host pool settings
5656
items:

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)