Skip to content

Commit 2e3d8d6

Browse files
Merge pull request #226973 from dknappettmsft/patch-1
Update create-service-principal-role-powershell.md
2 parents 1b8c52c + aa29f7f commit 2e3d8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/virtual-desktop-fall-2019/create-service-principal-role-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $creds = New-Object System.Management.Automation.PSCredential($svcPrincipal.AppI
100100
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com" -Credential $creds -ServicePrincipal -AadTenantId $aadContext.Tenant.Id
101101
```
102102

103-
After you've signed in, make sure everything works by testing a few Azure Virtual Desktop PowerShell cmdlets with the service principal.
103+
If you can sign in successfully, your service principal is configured correctly.
104104

105105
## Next steps
106106

0 commit comments

Comments
 (0)