Skip to content

Commit 5d68b20

Browse files
committed
updates based on feedback.
1 parent 7c00a71 commit 5d68b20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/virtual-desktop/app-attach-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To publish the apps:
9393
2. Select the application group you want to publish the apps to.
9494

9595
>[!NOTE]
96-
>MSIX applications can be delivered with MSIX app attach to both remote app and desktop application groups. When a MSIX package is assigned to a RemoteApp application group and desktop application group from the same host pool the desktop application group will be displayed in the feed.
96+
>MSIX applications can be delivered with MSIX app attach to both remote app and desktop application groups. When a MSIX package is assigned to a RemoteApp application group and Desktop application group from the same host pool the Desktop application group will be displayed in the feed.
9797
9898
3. Once you're in the application group, select the **Applications** tab. The **Applications** grid will display all existing apps within the application group.
9999

articles/virtual-desktop/app-attach-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here's what you need to configure MSIX app attach:
1818

1919
- A functioning Azure Virtual Desktop deployment. To learn how to deploy Azure Virtual Desktop (classic), see [Create a tenant in Azure Virtual Desktop](./virtual-desktop-fall-2019/tenant-setup-azure-active-directory.md). To learn how to deploy Azure Virtual Desktop with Azure Resource Manager integration, see [Create a host pool with the Azure portal](./create-host-pools-azure-marketplace.md).
2020
- A Azure Virtual Desktop host pool with at least one active session host.
21-
- A Desktop RemoteApp application group.
21+
- A Desktop or RemoteApp application group.
2222
- The MSIX packaging tool.
2323
- An MSIX-packaged application expanded into an MSIX image that's uploaded into a file share.
2424
- A file share in your Azure Virtual Desktop deployment where the MSIX package will be stored.

articles/virtual-desktop/virtual-desktop-fall-2019/troubleshoot-powershell-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Visit the [Azure Virtual Desktop Tech Community](https://techcommunity.microsoft
2323

2424
This section lists PowerShell commands that are typically used while setting up Azure Virtual Desktop and provides ways to resolve issues that may occur while using them.
2525

26-
### Error: Add-RdsAppGroupUser command -- The specified UserPrincipalName is already assigned to a RemoteApp application group in the specified Host Pool
26+
### Error: Add-RdsAppGroupUser command -- The specified UserPrincipalName is already assigned to a RemoteApp app group in the specified Host Pool
2727

2828
```powershell
2929
Add-RdsAppGroupUser -TenantName <TenantName> -HostPoolName <HostPoolName> -AppGroupName 'Desktop Application Group' -UserPrincipalName <UserName>

0 commit comments

Comments
 (0)