Skip to content

Commit 80a27ef

Browse files
Merge pull request #264138 from sipastak/avd-hci-ga
AVD for Azure Stack HCI: Update Preview tags
2 parents 30f4642 + d5ad33b commit 80a27ef

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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
@@ -4,19 +4,19 @@ description: Learn how to add session hosts virtual machines to a host pool in A
44
ms.topic: how-to
55
author: dknappettmsft
66
ms.author: daknappe
7-
ms.date: 11/16/2023
7+
ms.date: 01/24/2024
88
---
99

1010
# Add session hosts to a host pool
1111

1212
> [!IMPORTANT]
13-
> Using Azure Stack HCI with Azure Virtual Desktop is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
13+
> Azure Virtual Desktop for Azure Stack HCI is currently in preview for Azure Government and Azure China. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1414
1515
Once you've created a host pool, workspace, and an application group, you need to add session hosts to the host pool for your users to connect to. You may also need to add more session hosts for extra capacity.
1616

1717
You can create new virtual machines (VMs) to use as session hosts and add them to a host pool natively using the Azure Virtual Desktop service in the Azure portal. Alternatively you can also create VMs outside of the Azure Virtual Desktop service, such as with an automated pipeline, then add them as session hosts to a host pool. When using Azure CLI or Azure PowerShell you'll need to create the VMs outside of Azure Virtual Desktop, then add them as session hosts to a host pool separately.
1818

19-
For Azure Stack HCI (preview), you can also create new VMs to use as session hosts and add them to a host pool natively using the Azure Virtual Desktop service in the Azure portal. Alternatively, if you want to create the VMs outside of the Azure Virtual Desktop service, see [Create Arc virtual machines on Azure Stack HCI](/azure-stack/hci/manage/create-arc-virtual-machines), then add them as session hosts to a host pool separately.
19+
For Azure Stack HCI, you can also create new VMs to use as session hosts and add them to a host pool natively using the Azure Virtual Desktop service in the Azure portal. Alternatively, if you want to create the VMs outside of the Azure Virtual Desktop service, see [Create Arc virtual machines on Azure Stack HCI](/azure-stack/hci/manage/create-arc-virtual-machines), then add them as session hosts to a host pool separately.
2020

2121
This article shows you how to generate a registration key using the Azure portal, Azure CLI, or Azure PowerShell, then how to add session hosts to a host pool using the Azure Virtual Desktop service or add them to a host pool separately.
2222

@@ -195,7 +195,7 @@ Here's how to create session hosts and register them to a host pool using the Az
195195
|--|--|
196196
| Resource group | This automatically defaults to the resource group you chose your host pool to be in on the *Basics* tab, but you can also select an alternative. |
197197
| Name prefix | Enter a name for your session hosts, for example **hp01-sh**.<br /><br />This value is used as the prefix for your session hosts. Each session host has a suffix of a hyphen and then a sequential number added to the end, for example **hp01-sh-0**.<br /><br />This name prefix can be a maximum of 11 characters and is used in the computer name in the operating system. The prefix and the suffix combined can be a maximum of 15 characters. Session host names must be unique. |
198-
| Virtual machine type | Select **Azure Stack HCI virtual machine (Preview)**. |
198+
| Virtual machine type | Select **Azure Stack HCI virtual machine**. |
199199
| Custom location | Select the Azure Stack HCI cluster where you want to deploy your session hosts from the drop-down list. |
200200
| Images | Select the OS image you want to use from the list, or select **Manage VM images** to manage the images available on the cluster you selected. |
201201
| Number of VMs | Enter the number of virtual machines you want to deploy. You can add more later. |

articles/virtual-desktop/azure-stack-hci-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Azure Virtual Desktop for Azure Stack HCI (preview)
3-
description: Learn about using Azure Virtual Desktop for Azure Stack HCI (preview) to deploy session hosts where you need them.
2+
title: Azure Virtual Desktop for Azure Stack HCI
3+
description: Learn about using Azure Virtual Desktop for Azure Stack HCI to deploy session hosts where you need them.
44
ms.topic: conceptual
55
author: dknappettmsft
66
ms.author: daknappe
7-
ms.date: 11/06/2023
7+
ms.date: 01/24/2024
88
---
99

10-
# Azure Virtual Desktop for Azure Stack HCI (preview)
10+
# Azure Virtual Desktop for Azure Stack HCI
1111

1212
> [!IMPORTANT]
13-
> Azure Virtual Desktop for Azure Stack HCI is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
13+
> Azure Virtual Desktop for Azure Stack HCI is currently in preview for Azure Government and Azure China. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1414
15-
With Azure Virtual Desktop for Azure Stack HCI (preview), you can deploy session hosts for Azure Virtual Desktop where you need them. If you already have an existing on-premises virtual desktop infrastructure (VDI) deployment, Azure Virtual Desktop for Azure Stack HCI can improve your experience. If you're already using Azure Virtual Desktop on Azure, you can extend your deployment to your on-premises infrastructure to better meet your performance or data locality needs.
15+
With Azure Virtual Desktop for Azure Stack HCI, you can deploy session hosts for Azure Virtual Desktop where you need them. If you already have an existing on-premises virtual desktop infrastructure (VDI) deployment, Azure Virtual Desktop for Azure Stack HCI can improve your experience. If you're already using Azure Virtual Desktop on Azure, you can extend your deployment to your on-premises infrastructure to better meet your performance or data locality needs.
1616

1717
Azure Virtual Desktop for Azure Stack HCI isn't an Azure Arc-enabled service. As such, it's not supported as a standalone service outside of Azure, in a multicloud environment, or on Azure Arc-enabled servers besides Azure Stack HCI virtual machines as described in this article.
1818

articles/virtual-desktop/deploy-azure-virtual-desktop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.topic: how-to
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell
66
author: dknappettmsft
77
ms.author: daknappe
8-
ms.date: 11/16/2023
8+
ms.date: 01/24/2024
99
---
1010

1111
# Deploy Azure Virtual Desktop
1212

1313
> [!IMPORTANT]
14-
> Using Azure Stack HCI with Azure Virtual Desktop is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
14+
> Azure Virtual Desktop for Azure Stack HCI is currently in preview for Azure Government and Azure China. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1515
1616
This article shows you how to deploy Azure Virtual Desktop on Azure or Azure Stack HCI by using the Azure portal, Azure CLI, or Azure PowerShell. To deploy Azure Virtual Desktop you:
1717
- Create a host pool.
@@ -30,7 +30,7 @@ For more information on the terminology used in this article, see [Azure Virtual
3030
3131
## Prerequisites
3232

33-
Review the [Prerequisites for Azure Virtual Desktop](prerequisites.md) for a general idea of what's required and supported, such as operating systems (OS), virtual networks, and identity providers. It also includes a list of the [supported Azure regions](prerequisites.md#azure-regions) in which you can deploy host pools, workspaces, and application groups. This list of regions is where the *metadata* for the host pool can be stored. However, session hosts can be located in any Azure region, and on-premises with [Azure Stack HCI (preview)](azure-stack-hci-overview.md). For more information about the types of data and locations, see [Data locations for Azure Virtual Desktop](data-locations.md).
33+
Review the [Prerequisites for Azure Virtual Desktop](prerequisites.md) for a general idea of what's required and supported, such as operating systems (OS), virtual networks, and identity providers. It also includes a list of the [supported Azure regions](prerequisites.md#azure-regions) in which you can deploy host pools, workspaces, and application groups. This list of regions is where the *metadata* for the host pool can be stored. However, session hosts can be located in any Azure region, and on-premises with [Azure Stack HCI](azure-stack-hci-overview.md). For more information about the types of data and locations, see [Data locations for Azure Virtual Desktop](data-locations.md).
3434

3535
Select the relevant tab for your scenario for more prerequisites.
3636

@@ -175,7 +175,7 @@ Here's how to create a host pool using the Azure portal.
175175
| Add virtual machines | Select **Yes**. This shows several new options. |
176176
| Resource group | This automatically defaults to the resource group you chose your host pool to be in on the *Basics* tab, but you can also select an alternative. |
177177
| Name prefix | Enter a name for your session hosts, for example **hp01-sh**.<br /><br />This value is used as the prefix for your session hosts. Each session host has a suffix of a hyphen and then a sequential number added to the end, for example **hp01-sh-0**.<br /><br />This name prefix can be a maximum of 11 characters and is used in the computer name in the operating system. The prefix and the suffix combined can be a maximum of 15 characters. Session host names must be unique. |
178-
| Virtual machine type | Select **Azure Stack HCI virtual machine (Preview)**. |
178+
| Virtual machine type | Select **Azure Stack HCI virtual machine**. |
179179
| Custom location | Select the Azure Stack HCI cluster where you want to deploy your session hosts from the drop-down list. |
180180
| Images | Select the OS image you want to use from the list, or select **Manage VM images** to manage the images available on the cluster you selected. |
181181
| Number of VMs | Enter the number of virtual machines you want to deploy. You can add more later. |

0 commit comments

Comments
 (0)