Skip to content

Commit aa29f7f

Browse files
Update create-service-principal-role-powershell.md
1 parent a6f712f commit aa29f7f

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)