Skip to content

Commit 1fa1705

Browse files
authored
Merge pull request #207842 from v-rajagt/daknappe
Link fixed.
2 parents 86a5c3d + fb57205 commit 1fa1705

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
@@ -22,7 +22,7 @@ You'll need the following:
2222
- Permission on your Azure subscription to create a storage account and add role assignments.
2323
- A domain account to join computers to the domain and open an elevated PowerShell prompt.
2424
- The subscription ID of your Azure subscription where your storage account will be.
25-
- A computer joined to your domain for installing and running PowerShell modules that will join a storage account to your domain. This device will need to be running a [Supported version of Windows](/powershell/scripting/install/installing-powershell-on-windows.md#supported-versions-of-windows). Alternatively, you can use a session host.
25+
- A computer joined to your domain for installing and running PowerShell modules that will join a storage account to your domain. This device will need to be running a [Supported version of Windows](/powershell/scripting/install/installing-powershell-on-windows#supported-versions-of-windows). Alternatively, you can use a session host.
2626

2727
> [!IMPORTANT]
2828
> If users have previously signed in to the session hosts you want to use, local profiles will have been created for them and must be deleted first by an administrator for their profile to be stored in a Profile Container.
@@ -102,7 +102,7 @@ To use Active Directory accounts for the share permissions of your file share, y
102102
```
103103

104104
> [!TIP]
105-
> If your Azure account has access to multiple tenants and/or subscriptions, you will need to select the correct subscription by setting your context. For more information, see [Azure PowerShell context objects](/powershell/azure/context-persistence.md)
105+
> If your Azure account has access to multiple tenants and/or subscriptions, you will need to select the correct subscription by setting your context. For more information, see [Azure PowerShell context objects](/powershell/azure/context-persistence)
106106
107107
1. Join the storage account to your domain by running the commands below, replacing the values for `$subscriptionId`, `$resourceGroupName`, and `$storageAccountName` with your values. You can also add the parameter `-OrganizationalUnitDistinguishedName` to specify an Organizational Unit (OU) in which to place the computer account.
108108

0 commit comments

Comments
 (0)