Skip to content

Commit 81efbe3

Browse files
committed
edit pass: vhd-articles
1 parent 3e35a9b commit 81efbe3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-desktop/add-session-hosts-host-pool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For a general idea of what's required, such as operating systems, virtual networ
6363

6464
- An existing [Azure load balancer](../load-balancer/load-balancer-outbound-connections.md) on the virtual network to which you're deploying the session hosts.
6565

66-
- If you want to use the Azure CLI or Azure PowerShell locally, see [Use the 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 [Azure Cloud Shell](../cloud-shell/overview.md).
66+
- If you want to use the Azure CLI or Azure PowerShell locally, see [Use the 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) Azure PowerShell module installed. Alternatively, use [Azure Cloud Shell](../cloud-shell/overview.md).
6767

6868
> [!IMPORTANT]
6969
> If you want to create Microsoft Entra joined session hosts, we support this action only if you use the Azure portal with the Azure Virtual Desktop service.
@@ -92,7 +92,7 @@ Here's how to generate a registration key by using the Azure portal:
9292

9393
# [Azure PowerShell](#tab/powershell)
9494

95-
Here's how to generate a registration key by using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) PowerShell module. In the following examples, be sure to change the `<placeholder>` values for your own.
95+
Here's how to generate a registration key by using the [Az.DesktopVirtualization](/powershell/module/az.desktopvirtualization) Azure PowerShell module. In the following examples, be sure to change the `<placeholder>` values for your own.
9696

9797
[!INCLUDE [include-cloud-shell-local-powershell](includes/include-cloud-shell-local-powershell.md)]
9898
2. Use the `New-AzWvdRegistrationInfo` cmdlet by using the following example to generate a registration key that's valid for 24 hours.
@@ -272,7 +272,7 @@ Select the relevant tab for your scenario and follow the steps.
272272

273273
1. Make sure the virtual machines that you want to use as session hosts are joined to Microsoft Entra ID or an Active Directory domain (Active Directory Domain Services or Microsoft Entra Domain Services).
274274

275-
1. If your virtual machines are running a Windows Server OS, you need to install the *Remote Desktop Session Host* role, and then restart the virtual machine. For more information, see [Install roles, role services, and features by using the Add Roles and Features Wizard](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features#install-roles-role-services-and-features-by-using-the-add-roles-and-features-wizard).
275+
1. If your virtual machines are running a Windows Server OS, you need to install the *Remote Desktop Session Host* role and then restart the virtual machine. For more information, see [Install roles, role services, and features by using the Add Roles and Features Wizard](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features#install-roles-role-services-and-features-by-using-the-add-roles-and-features-wizard).
276276

277277
1. Sign in to your virtual machine as an administrator.
278278

@@ -365,7 +365,7 @@ After you add session hosts to your host pool, you might need to do some extra c
365365

366366
Now that you've expanded your existing host pool, you can sign in to an Azure Virtual Desktop client to test the hosts as part of a user session. You can connect to a session by using any of the following clients:
367367

368-
- [Connect with the Windows Desktop client](./users/connect-windows.md)
368+
- [Connect with the Windows desktop client](./users/connect-windows.md)
369369
- [Connect with the web client](./users/connect-web.md)
370370
- [Connect with the Android client](./users/connect-android-chrome-os.md)
371371
- [Connect with the macOS client](./users/connect-macos.md)

articles/virtual-desktop/includes/include-cloud-shell-local-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ms.date: 11/30/2022
99

1010
- If you're using Cloud Shell, make sure your [Azure context is set to the subscription that you want to use](/cli/azure/manage-azure-subscriptions-azure-cli).
1111

12-
- If you're using the Azure CLI locally, first [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli), and then make sure your [Azure context is set to the subscription that you want to use](/cli/azure/manage-azure-subscriptions-azure-cli).
12+
- If you're using the Azure CLI locally, first [sign in with the Azure CLI](/cli/azure/authenticate-azure-cli), and then make sure your [Azure context is set to the subscription that you want to use](/cli/azure/manage-azure-subscriptions-azure-cli).

0 commit comments

Comments
 (0)