Skip to content

Commit 7471b42

Browse files
committed
Update based on Pavithra's feedback.
1 parent 155724d commit 7471b42

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

articles/virtual-desktop/manage-app-groups-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To create a RemoteApp group with PowerShell:
6161
FriendlyName :
6262
IconIndex : 0
6363
IconPath : C:\Program Files\Microsoft Office\Root\VFS\Windows\Installer\{90160000-000F-0000-1000-0000000FF1CE}\accicons.exe
64-
Id : /subscriptions/beec440d-0623-4cf1-8237-e1cb4a9bcba7<sub id>/resourcegroups/0301RG/providers/Microsoft.DesktopVirtualization/applicationgroups/0301RAG/startmenuitems/Access
64+
Id : /subscriptions/resourcegroups/providers/Microsoft.DesktopVirtualization/applicationgroups/startmenuitems/Access
6565
Name : 0301RAG/Access
6666
Type : Microsoft.DesktopVirtualization/applicationgroups/startmenuitems
6767
@@ -71,7 +71,7 @@ To create a RemoteApp group with PowerShell:
7171
FriendlyName :
7272
IconIndex : 0
7373
IconPath : C:\windows\system32\charmap.exe
74-
Id : /subscriptions/beec440d-0623-4cf1-8237-e1cb4a9bcba7<sub id>/resourcegroups/0301RG/providers/Microsoft.DesktopVirtualization/applicationgroups/0301RAG/startmenuitems/Character Map
74+
Id : /subscriptions/resourcegroups/providers/Microsoft.DesktopVirtualization/applicationgroups/startmenuitems/Character Map
7575
Name : 0301RAG/Character Map
7676
Type : Microsoft.DesktopVirtualization/applicationgroups/startmenuitems
7777
```

articles/virtual-desktop/manage-app-groups.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial, learn how to:
2929
## Create a RemoteApp group
3030

3131
If you've already created a host pool and session host VMs using the Azure
32-
portal or PowerShell, you can add virtual machines from the Azure portal with
32+
portal or PowerShell, you can add application groups from the Azure portal with
3333
the following process:
3434

3535
1. Sign in to the [Azure portal](https://portal.azure.com/).
@@ -48,16 +48,16 @@ the following process:
4848
> [!div class="mx-imgBorder"]
4949
> ![A screenshot of the Basics tab in the Azure portal.](media/basics-tab.png)
5050
51-
6. If you want to add virtual machines to your host pool, select **Host pools** in the menu on the left side of the screen.
51+
6. If you want to add application groups to your host pool, select **Host pools** in the menu on the left side of the screen.
5252

53-
Next, select the name of the host pool you want to add virtual machines to.
53+
Next, select the name of the host pool you want to add application groups to.
5454

5555
After that, select **Application groups** from the menu on the left side of the screen, then select **+Add**.
5656

5757
Finally, select the subscription group and resource group you want to create the app group in. You can either select the name of an existing resource group from the drop-down menu or select **Create new** to make a new one.
5858

5959
>[!NOTE]
60-
>When you add virtual machines to your host pool, the host pool that's related to the application group is already selected because you navigated from it.
60+
>When you add application groups to your host pool, the host pool that's related to the application group is already selected because you navigated from it.
6161
>
6262
> [!div class="mx-imgBorder"]
6363
>![A screenshot of the Basics tab with the host pool preselected.](media/host-pool-selected.png)
@@ -71,7 +71,7 @@ the following process:
7171

7272
9. To publish individual users or user groups to the app group, select **+Add Azure AD users or user groups**.
7373

74-
10. Select the number of users you want to add the apps to. You can select single or multiple users.
74+
10. Select the number of users you want to add the apps to. You can select single or multiple users and user groups.
7575

7676
> [!div class="mx-imgBorder"]
7777
> ![A screenshot of the user selection menu.](media/select-users.png)
@@ -110,7 +110,7 @@ the following process:
110110

111111
16. If you want to register the app group to a workspace, go to **Register application group** and select **Yes**. If you'd rather register the app group at a later time, select **No**.
112112

113-
17. If you select **Yes**, you can either create a new workspace or select an existing workspace to register your app group to.
113+
17. If you select **Yes**, you can select an existing workspace to register your app group to.
114114

115115
>[!NOTE]
116116
>You can only register the app group to workspaces created in the same location as the host pool. Also. if you've previously registered another app group from the same host pool as your new app group to a workspace, it will be selected and you can't edit it. All app groups from a host pool must be registered to the same workspace.
@@ -129,7 +129,6 @@ The deployment process will do the following things for you:
129129
- Create the RemoteApp app group.
130130
- Add your selected apps to the app group.
131131
- Publish the app group published to users and user groups you selected.
132-
- Create a workspace, if you chose to make one.
133132
- Register the app group, if you chose to do so.
134133
- Create a link to an Azure Resource Manager template based on your configuration that you can download and save for later.
135134

0 commit comments

Comments
 (0)