Skip to content

Commit 52342e3

Browse files
authored
Merge pull request #206507 from dknappettmsft/avd-profile-container-ad-testing
AVD Profile Container Azure Files and AD remove step
2 parents b7b0e73 + 45b88ae commit 52342e3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ To use Active Directory accounts for the share permissions of your file share, y
150150

151151
1. Tick the box to **Enable Azure Active Directory Domain Services (Azure AD DS) for this file share**, then select **Save**. An Organizational Unit (OU) called **AzureFilesConfig** will be created at the root of your domain and a computer account named the same as the storage account will be created in that OU.
152152

153-
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:
154-
155-
```powershell
156-
$resourceGroupName = "resource-group-name"
157-
$storageAccountName = "storage-account-name"
158-
159-
(Get-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName).AzureFilesIdentityBasedAuth.DirectoryServiceOptions; (Get-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName).AzureFilesIdentityBasedAuth.ActiveDirectoryProperties
160-
```
161-
162153
---
163154

164155
## Assign RBAC role to users

0 commit comments

Comments
 (0)