You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/app-attach-setup.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,7 @@ Here's how to add an MSIX or Appx image as an app attach package using the Azure
164
164
165
165
# [Azure PowerShell](#tab/powershell)
166
166
167
-
Here's how to add an MSIX or Appx image as an app attach package using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization/) PowerShell module.
168
-
169
-
> [!IMPORTANT]
170
-
> In the following examples, you'll need to change the `<placeholder>` values for your own.
167
+
Here's how to add an MSIX or Appx image as an app attach package using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization/) PowerShell module. Be sure to change the `<placeholder>` values for your own.
The output should be similar to the following output:
254
+
The output should be similar to the following example:
258
255
259
256
```output
260
257
Name : My App
@@ -698,10 +695,7 @@ Here's how to add an MSIX image using the Azure portal:
698
695
699
696
# [Azure PowerShell](#tab/powershell)
700
697
701
-
Here's how to add an MSIX package using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization/) PowerShell module.
702
-
703
-
> [!IMPORTANT]
704
-
> In the following examples, you'll need to change the `<placeholder>` values for your own.
698
+
Here's how to add an MSIX package using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization/) PowerShell module. Be sure to change the `<placeholder>` values for your own.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/autoscale-create-assign-scaling-plan.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,10 +198,7 @@ Now that you've assigned the *Desktop Virtualization Power On Off Contributor* r
198
198
199
199
### [PowerShell](#tab/powershell)
200
200
201
-
Here's how to create a scaling plan using the Az.DesktopVirtualization PowerShell module. The following examples show you how to create a scaling plan and scaling plan schedule.
202
-
203
-
> [!IMPORTANT]
204
-
> In the following examples, you'll need to change the `<placeholder>` values for your own.
201
+
Here's how to create a scaling plan using the Az.DesktopVirtualization PowerShell module. The following examples show you how to create a scaling plan and scaling plan schedule. Be sure to change the `<placeholder>` values for your own.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/configure-host-pool-load-balancing.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,12 @@ To configure load balancing for a pooled host pool, you need:
50
50
51
51
- An Azure account assigned the [Desktop Virtualization Host Pool Contributor](rbac.md#desktop-virtualization-host-pool-contributor) role.
52
52
53
-
- If you want to use Azure PowerShell locally, see [Use Azure CLI and Azure PowerShell with Azure Virtual Desktop](cli-powershell.md) to make sure you have the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module installed. Alternatively, use the [Azure Cloud Shell](../cloud-shell/overview.md).
54
-
53
+
- If you want to use Azure CLI or Azure PowerShell locally, see [Use Azure CLI and Azure PowerShell with Azure Virtual Desktop](cli-powershell.md) to make sure you have the [desktopvirtualization](/cli/azure/desktopvirtualization) Azure CLI extension or the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module installed. Alternatively, use the [Azure Cloud Shell](../cloud-shell/overview.md).
55
54
56
55
## Configure load balancing
57
56
57
+
Select the relevant tab for your scenario.
58
+
58
59
### [Azure portal](#tab/portal)
59
60
60
61
Here's how to configure load balancing with the Azure portal:
@@ -73,7 +74,7 @@ Here's how to configure load balancing with the Azure portal:
73
74
74
75
### [Azure PowerShell](#tab/powershell)
75
76
76
-
Here's how to configure load balancing with Azure PowerShell:
77
+
Here's how to configure load balancing with Azure PowerShell. Be sure to change the `<placeholder>` values for your own.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/configure-host-pool-personal-desktop-assignment-type.md
+27-30Lines changed: 27 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,30 +49,30 @@ To configure automatic assignment in the Azure portal:
49
49
50
50
1. Select **Save**.
51
51
52
-
#### [PowerShell](#tab/powershell)
52
+
#### [Azure PowerShell](#tab/powershell)
53
53
54
-
Here's how to configure a host pool to automatically assign users to VMs using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module.
54
+
Here's how to configure a host pool to automatically assign users to VMs using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. Be sure to change the `<placeholder>` values for your own.
2. Run the `Update-AzWvdHostPool`command in the following example to configure a host pool to automatically assign users to VMs. For more information about the parameters,see the [az-desktopvirtualization-hostpool Azure CLI reference](/cli/azure/desktopvirtualization/hostpool).
58
+
2. Run the command in the following example to configure a host pool to automatically assign users to session hosts:
Here's how to configure a host pool to automatically assign users to VMs using the [az-desktopvirtualization-hostpool-update](/cli/azure/desktopvirtualization/hostpool#az-desktopvirtualization-hostpool-update) command.
66
+
Here's how to configure a host pool to automatically assign users to VMs using the [desktopvirtualization](/cli/azure/desktopvirtualization) command. Be sure to change the `<placeholder>` values for your own.
2. Run the command in the following example to configure a host pool to automatically assign users to VMs. For more information about the parameters, see the [az-desktopvirtualization-hostpool Azure CLI reference](/cli/azure/desktopvirtualization/hostpool).
70
+
2. Run the command in the following example to configure a host pool to automatically assign users to session hosts:
71
71
72
72
```azurecli
73
73
az desktopvirtualization hostpool update \
74
-
--resource-group $resourceGroupName \
75
-
--name $hostPoolName \
74
+
--resource-group <ResourceGroupName> \
75
+
--name <HostPoolName> \
76
76
--personal-desktop-assignment-type Automatic
77
77
```
78
78
@@ -96,38 +96,38 @@ To configure direct assignment in the Azure portal:
96
96
97
97
1. Select **Save**.
98
98
99
-
#### [PowerShell](#tab/powershell)
99
+
#### [Azure PowerShell](#tab/powershell)
100
100
101
-
Here's how to configure a host pool to require direct assignment of users to session hosts using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module.
101
+
Here's how to configure a host pool to require direct assignment of users to session hosts using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. Be sure to change the `<placeholder>` values for your own.
2. Run the `Update-AzWvdHostPool`command in the following example to configure a host pool to require direct assignment. For more information about the parameters, see the [Update-AzWvdHostPool](/powershell/module/az.desktopvirtualization/update-azwvdhostpool) reference.
105
+
2. Run the command in the following example to configure a host pool to require direct assignment:
106
106
107
107
```powershell
108
-
Update-AzWvdHostPool -ResourceGroupName $resourceGroupName -Name $hostPoolName -PersonalDesktopAssignmentType Direct
108
+
Update-AzWvdHostPool -ResourceGroupName <ResourceGroupName> -Name <HostPoolName> -PersonalDesktopAssignmentType Direct
109
109
```
110
110
111
111
#### [Azure CLI](#tab/cli)
112
112
113
-
Here's how to configure a host pool to automatically assign users to VMs using the [az-desktopvirtualization-hostpool-update](/cli/azure/desktopvirtualization/hostpool#az-desktopvirtualization-hostpool-update) command.
113
+
Here's how to configure a host pool to automatically assign users to VMs using the [desktopvirtualization](/cli/azure/desktopvirtualization) command. Be sure to change the `<placeholder>` values for your own.
2. Run the command in the following example to configure a host pool to automatically assign users to VMs. For more information about the parameters, see the [az-desktopvirtualization-hostpool Azure CLI reference](/cli/azure/desktopvirtualization/hostpool).
117
+
2. Run the command in the following example to configure a host pool to automatically assign users to session hosts:
118
118
119
119
```azurecli
120
120
az desktopvirtualization hostpool update \
121
-
--resource-group $resourceGroupName \
122
-
--name $hostPoolName \
121
+
--resource-group <ResourceGroupName> \
122
+
--name <HostPoolName> \
123
123
--personal-desktop-assignment-type Direct
124
124
```
125
125
126
126
---
127
127
128
128
### Directly assign users to session hosts
129
129
130
-
Here's how to directly assign users to session hosts using the Azure portal or PowerShell. You can't assign users to session hosts using Azure CLI.
130
+
Here's how to directly assign users to session hosts using the Azure portal or Azure PowerShell. You can't assign users to session hosts using Azure CLI.
131
131
132
132
#### [Azure portal](#tab/azure2)
133
133
@@ -157,24 +157,23 @@ To directly assign a user to a session host in the Azure portal:
157
157
158
158
1. When you're done, select **Select**.
159
159
160
-
#### [PowerShell](#tab/powershell2)
160
+
#### [Azure PowerShell](#tab/powershell2)
161
161
162
-
Here's how to configure a host pool to assign a user to a specific session host using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module.
162
+
Here's how to configure a host pool to assign a user to a specific session host using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. Be sure to change the `<placeholder>` values for your own.
2. Run the `Update-AzWvdHostPool` command in the following example to assign a user to a session host. For more information about the parameters, see the [Update-AzWvdHostPool](/powershell/module/az.desktopvirtualization/update-azwvdhostpool) reference.
Here's how to unassign a personal desktop using the Azure portal or PowerShell. You can't unassign a personal desktop using Azure CLI.
176
+
Here's how to unassign a personal desktop using the Azure portal or Azure PowerShell. You can't unassign a personal desktop using Azure CLI.
178
177
179
178
#### [Azure portal](#tab/azure2)
180
179
@@ -202,9 +201,9 @@ To unassign a personal desktop in the Azure portal:
202
201
203
202
1. Select **Unassign** when prompted with the warning.
204
203
205
-
#### [PowerShell](#tab/powershell2)
204
+
#### [Azure PowerShell](#tab/powershell2)
206
205
207
-
Here's how to configure a host pool to unassign a personal desktop using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module.
206
+
Here's how to configure a host pool to unassign a personal desktop. Be sure to change the `<placeholder>` values for your own.
@@ -222,12 +221,11 @@ Here's how to configure a host pool to unassign a personal desktop using the [Az
222
221
Invoke-AzRestMethod @unassignDesktopParams
223
222
```
224
223
225
-
226
224
---
227
225
228
226
## Reassign a personal desktop
229
227
230
-
Here's how to reassign a personal desktop using the Azure portal or PowerShell. You can't reassign a personal desktop using Azure CLI.
228
+
Here's how to reassign a personal desktop using the Azure portal or Azure PowerShell. You can't reassign a personal desktop using Azure CLI.
231
229
232
230
#### [Azure portal](#tab/azure2)
233
231
@@ -256,9 +254,9 @@ To reassign a personal desktop in the Azure portal:
256
254
257
255
1. When you're done, select **Select**.
258
256
259
-
#### [PowerShell](#tab/powershell2)
257
+
#### [Azure PowerShell](#tab/powershell2)
260
258
261
-
Here's how to reassign a personal desktop using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module.
259
+
Here's how to reassign a personal desktop using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. Be sure to change the `<placeholder>` values for your own.
Now that you've configured the personal desktop assignment type and given your session host a friendly name, you can sign in to an Azure Virtual Desktop client to test it as part of a user session. These articles will show you how to connect to a session using the client of your choice:
@@ -300,4 +297,4 @@ Now that you've configured the personal desktop assignment type and given your s
300
297
-[Connect with the web client](./users/connect-web.md)
301
298
-[Connect with the Android client](./users/connect-android-chrome-os.md)
302
299
-[Connect with the iOS client](./users/connect-ios-ipados.md)
303
-
-[Connect with the macOS client](./users/connect-macos.md)
300
+
-[Connect with the macOS client](./users/connect-macos.md)
Copy file name to clipboardExpand all lines: articles/virtual-desktop/configure-rdp-shortpath.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ For session hosts, UDP is enabled by default in Windows. To check the RDP transp
153
153
}
154
154
```
155
155
156
-
The output should be similar to the following output:
156
+
The output should be similar to the following example:
157
157
158
158
```output
159
159
The RDP transport protocols setting hasn't been changed from its default value.
@@ -199,7 +199,7 @@ Here's how to configure RDP Shortpath in the host pool networking settings using
199
199
200
200
# [Azure PowerShell](#tab/powershell)
201
201
202
-
Here's how to configure RDP Shortpath in the host pool networking settings using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. In the following examples, you need to change the `<placeholder>` values for your own.
202
+
Here's how to configure RDP Shortpath in the host pool networking settings using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. Be sure to change the `<placeholder>` values for your own.
203
203
204
204
> [!TIP]
205
205
> Be sure to use version 5.2.1 preview of the Az.DesktopVirtualization module.
@@ -217,7 +217,7 @@ Here's how to configure RDP Shortpath in the host pool networking settings using
0 commit comments