Skip to content

Commit f26304f

Browse files
committed
Updated based on Pavithra's feedback.
1 parent 948687d commit f26304f

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

articles/virtual-desktop/delegated-access-virtual-desktop.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ Windows Virtual Desktop delegated access supports the following values for each
2424

2525
* Security principal
2626
* Users
27+
* User groups
2728
* Service principals
2829
* Role definition
2930
* Built-in roles
31+
* Custom roles
3032
* Scope
31-
* Tenant groups
32-
* Tenants
3333
* Host pools
3434
* App groups
35+
* Workspaces
3536

3637
## PowerShell cmdlets for role assignments
3738

@@ -41,8 +42,8 @@ Windows Virtual Desktop uses Azure role-based access control (RBAC) while publis
4142

4243
Run the following cmdlet to add Azure Active Directory users to an app group:
4344

44-
```powershell```
45-
New-AzRoleAssignment -SignInName <userupn> -RoleDefinitionName "Desktop Virtualization User" -ResourceName <hostpoolname> -ResourceGroupName <resourcegroupname> -ResourceType 'Microsoft.DesktopVirtualization/applicationGroups'
45+
```powershell
46+
New-AzRoleAssignment -SignInName <userupn> -RoleDefinitionName "Desktop Virtualization User" -ResourceName <hostpoolname> -ResourceGroupName <resourcegroupname> -ResourceType 'Microsoft.DesktopVirtualization/applicationGroups'
4647
```
4748

4849
Run the following cmdlet to add Azure Active Directory user group to an app group:

articles/virtual-desktop/diagnostics-log-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ WVDErrors
266266
>[!NOTE]
267267
>The most important table for troubleshooting is WVDErrors. Use this query to understand which issues occur for user activities like connections or feeds when a user subscribes to the list of apps or desktops. The table will show you management errors as well as host registration issues.
268268
>
269-
>During public preview, if you need help with resolving an issue, share the CorrelationID for the error with the preview channel. Also, make sure your Service Error value always says ServiceError = “false”. A "false" value means the issue can be resolved by an admin task on your end. If ServiceError = “true”, you'll need to escalate the issue to Microsoft.
269+
>During public preview, if you need help with resolving an issue, make sure you give the CorrelationID for the error in your help request. Also, make sure your Service Error value always says ServiceError = “false”. A "false" value means the issue can be resolved by an admin task on your end. If ServiceError = “true”, you'll need to escalate the issue to Microsoft.
270270
271271
## Next steps
272272

articles/virtual-desktop/diagnostics-role-service.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,16 @@ manager: lizross
1818
> The Windows Virtual Desktop Spring 2020 update is currently in public preview. This preview version is provided without a service level agreement, and we don't recommend using it for production workloads. Certain features might not be supported or might have constrained capabilities.
1919
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2020
21-
Windows Virtual Desktop offers a diagnostics feature that allows the administrator to identify issues through a single interface. The Windows Virtual Desktop roles log a diagnostic activity whenever a user interacts with the system. Each log contains relevant information such as the Windows Virtual Desktop roles involved in the transaction, error messages, tenant information, and user information. Diagnostic activities are created by both end-user and administrative actions, and can be categorized into three main categories:
22-
23-
* Feed subscription activities: the end-user triggers these activities whenever they try to connect to their feed through Microsoft Remote Desktop applications.
24-
* Connection activities: the end-user triggers these activities whenever they try to connect to a desktop or RemoteApp through Microsoft Remote Desktop applications.
25-
* Management activities: the administrator triggers these activities whenever they perform management operations on the system, such as creating host pools, assigning users to app groups, and creating role assignments.
21+
Windows Virtual Desktop offers a diagnostics feature that allows the administrator to identify issues through a single interface. To learn more about the diagnostic capabilities of Windows Virtual Desktop, see [Use Log Analytics for the diagnostics feature](diagnostics-log-analytics.md).
2622

2723
Connections that don't reach Windows Virtual Desktop won't show up in diagnostics results because the diagnostics role service itself is part of Windows Virtual Desktop. Windows Virtual Desktop connection issues can happen when the end-user is experiencing network connectivity issues.
2824

2925
## Common error scenarios
3026

3127
Error scenarios are categorized in internal to the service and external to Windows Virtual Desktop.
3228

33-
* Internal Issue: specifies scenarios that can't be mitigated by the tenant administrator and need to be resolved as a support issue. When providing feedback through the [Windows Virtual Desktop Tech Community](https://techcommunity.microsoft.com/t5/Windows-Virtual-Desktop/bd-p/WindowsVirtualDesktop), include the activity ID and approximate time frame of when the issue occurred.
34-
* External Issue: relate to scenarios which can be mitigated by the system administrator. These are external to Windows Virtual Desktop.
29+
* Internal Issue: specifies scenarios that can't be mitigated by the customer and need to be resolved as a support issue. When providing feedback through the [Windows Virtual Desktop Tech Community](https://techcommunity.microsoft.com/t5/Windows-Virtual-Desktop/bd-p/WindowsVirtualDesktop), include the correlation ID and approximate time frame of when the issue occurred.
30+
* External Issue: relate to scenarios that can be mitigated by the customer. These are external to Windows Virtual Desktop.
3531

3632
The following table lists common errors your admins might run into.
3733

@@ -45,7 +41,7 @@ The following table lists common errors your admins might run into.
4541
|Failed to create registration key |Registration token couldn't be created. Try creating it again with a shorter expiry time (between 1 hour and 1 month). |
4642
|Failed to delete registration key|Registration token couldn't be deleted. Try deleting it again. If it still doesn't work, use PowerShell to check if the token is still there. If it's there, delete it with PowerShell.|
4743
|Failed to change session host drain mode |Couldn't change drain mode on the VM. Check the VM status. If the VM's unavailable, drain mode can't be changed.|
48-
|Failed to disconnect user sessions |Couldn't disconnect the user from the VM. Check the VM status. If the VM's unavailable, the user session can't be disconnected. If the VM is available, check the user session status to see if it's available. |
44+
|Failed to disconnect user sessions |Couldn't disconnect the user from the VM. Check the VM status. If the VM's unavailable, the user session can't be disconnected. If the VM is available, check the user session status to see if it's disconnected. |
4945
|Failed to log off all user(s) within the session host |Could not sign off users from the VM. Check the VM status. If unavailable, users can't be signed off. Check user session status to see if they're already signed off. You can force sign out with PowerShell. |
5046
|Failed to unassign user from application group|Could not unpublish an app group for a user. Check to see if user is available on Azure AD. Check to see if the user is part of a user group that the appgroup is published to. |
5147
|There was an error retrieving the available locations |Check location of VM used in the create host pool wizard. If image is not available in that location, add image in that location or choose a different VM location. |

0 commit comments

Comments
 (0)