Skip to content

Commit 8186036

Browse files
committed
AVD quickstart rebrand
1 parent 6b46022 commit 8186036

File tree

5 files changed

+47
-37
lines changed

5 files changed

+47
-37
lines changed

.openpublishing.redirection.virtual-desktop.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,16 @@
409409
"source_path_from_root": "/articles/virtual-desktop/autoscale-scaling-plan.md",
410410
"redirect_url": "/azure/virtual-desktop/autoscale-create-assign-scaling-plan",
411411
"redirect_document_id": true
412+
},
413+
{
414+
"source_path_from_root": "/articles/virtual-desktop/getting-started-feature.md",
415+
"redirect_url": "/azure/virtual-desktop/quickstart",
416+
"redirect_document_id": true
417+
},
418+
{
419+
"source_path_from_root": "/articles/virtual-desktop/troubleshoot-getting-started.md",
420+
"redirect_url": "/azure/virtual-desktop/troubleshoot-quickstart",
421+
"redirect_document_id": true
412422
}
413423
]
414424
}

articles/virtual-desktop/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@
249249
- name: Deploy
250250
items:
251251
- name: Deploy Azure Virtual Desktop
252-
displayName: deploy, create, get started, host pool, application group, workspace, assign users, azure stack hci
252+
displayName: deploy, create, get started, quickstart, host pool, application group, workspace, assign users, azure stack hci
253253
href: deploy-azure-virtual-desktop.md
254-
- name: Use the getting started feature
255-
displayName: deploy, create, get started
256-
href: getting-started-feature.md
254+
- name: Quickstart
255+
displayName: deploy, create, get started, quickstart
256+
href: quickstart.md
257257
- name: Session hosts
258258
items:
259259
- name: Add session hosts to a host pool
@@ -551,9 +551,9 @@
551551
items:
552552
- name: Troubleshooting overview, feedback, and support
553553
href: troubleshoot-set-up-overview.md
554-
- name: Getting started feature
554+
- name: Quickstart
555555
displayName: troubleshooting
556-
href: troubleshoot-getting-started.md
556+
href: troubleshoot-quickstart.md
557557
- name: Host pool creation
558558
displayName: troubleshooting
559559
href: troubleshoot-set-up-issues.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can do all these tasks in a single process when using the Azure portal, but
2626
For more information on the terminology used in this article, see [Azure Virtual Desktop terminology](environment-setup.md), and to learn about the service architecture and resilience of the Azure Virtual Desktop service, see [Azure Virtual Desktop service architecture and resilience](service-architecture-resilience.md).
2727

2828
> [!TIP]
29-
> The process covered in this article is an in-depth and adaptable approach to deploying Azure Virtual Desktop. If you want to try Azure Virtual Desktop with a more simple approach to deploy a sample Windows 11 desktop in Azure Virtual Desktop, see [Tutorial: Deploy a sample Azure Virtual Desktop infrastructure with a Windows 11 desktop](tutorial-try-deploy-windows-11-desktop.md) or use the [getting started feature](getting-started-feature.md).
29+
> The process covered in this article is an in-depth and adaptable approach to deploying Azure Virtual Desktop. If you want to try Azure Virtual Desktop with a more simple approach to deploy a sample Windows 11 desktop in Azure Virtual Desktop, see [Tutorial: Deploy a sample Azure Virtual Desktop infrastructure with a Windows 11 desktop](tutorial-try-deploy-windows-11-desktop.md) or use the [quickstart](quickstart.md).
3030
3131
## Prerequisites
3232

articles/virtual-desktop/getting-started-feature.md renamed to articles/virtual-desktop/quickstart.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Use the getting started feature to create a sample infrastructure - Azure Virtual Desktop
3-
description: A quickstart guide for how to quickly set up Azure Virtual Desktop with the Azure portal's getting started feature.
2+
title: Use the quickstart to create a sample infrastructure - Azure Virtual Desktop
3+
description: A quickstart guide for how to quickly set up Azure Virtual Desktop with the Azure portal's quickstart.
44
author: dknappettmsft
55
ms.topic: quickstart
66
ms.date: 08/02/2022
77
ms.author: daknappe
88
ms.custom: mode-portal
99
---
1010

11-
# Use the getting started feature to create a sample infrastructure
11+
# Use the quickstart to create a sample infrastructure
1212

13-
You can quickly deploy Azure Virtual Desktop with the *getting started* feature in the Azure portal. This can be used in smaller scenarios with a few users and apps, or you can use it to evaluate Azure Virtual Desktop in larger enterprise scenarios. It works with existing Active Directory Domain Services (AD DS) or Microsoft Entra Domain Services deployments, or it can deploy Microsoft Entra Domain Services for you. Once you've finished, a user will be able to sign in to a full virtual desktop session, consisting of one host pool (with one or more session hosts), one application group, and one user. To learn about the terminology used in Azure Virtual Desktop, see [Azure Virtual Desktop terminology](environment-setup.md).
13+
You can quickly deploy Azure Virtual Desktop with the *quickstart* in the Azure portal. This can be used in smaller scenarios with a few users and apps, or you can use it to evaluate Azure Virtual Desktop in larger enterprise scenarios. It works with existing Active Directory Domain Services (AD DS) or Microsoft Entra Domain Services deployments, or it can deploy Microsoft Entra Domain Services for you. Once you've finished, a user will be able to sign in to a full virtual desktop session, consisting of one host pool (with one or more session hosts), one application group, and one user. To learn about the terminology used in Azure Virtual Desktop, see [Azure Virtual Desktop terminology](environment-setup.md).
1414

15-
Joining session hosts to Microsoft Entra ID with the getting started feature is not supported. If you want to join session hosts to Microsoft Entra ID, follow the [tutorial to create a host pool](create-host-pools-azure-marketplace.md).
15+
Joining session hosts to Microsoft Entra ID with the quickstart is not supported. If you want to join session hosts to Microsoft Entra ID, follow the [tutorial to create a host pool](create-host-pools-azure-marketplace.md).
1616

1717
> [!TIP]
1818
> Enterprises should plan an Azure Virtual Desktop deployment using information from [Enterprise-scale support for Microsoft Azure Virtual Desktop](/azure/cloud-adoption-framework/scenarios/wvd/enterprise-scale-landing-zone). You can also find more a granular deployment process in a [series of tutorials](create-host-pools-azure-marketplace.md), which also cover programmatic methods and less permission.
@@ -21,7 +21,7 @@ You can see the list of [resources that will be deployed](#resources-that-will-b
2121

2222
## Prerequisites
2323

24-
Please review the [Prerequisites for Azure Virtual Desktop](prerequisites.md) to start for a general idea of what's required, however there are some differences when using the getting started feature that you'll need to meet. Select a tab below to show instructions that are most relevant to your scenario.
24+
Please review the [Prerequisites for Azure Virtual Desktop](prerequisites.md) to start for a general idea of what's required, however there are some differences when using the quickstart that you'll need to meet. Select a tab below to show instructions that are most relevant to your scenario.
2525

2626
> [!TIP]
2727
> If you don't already have other Azure resources, we recommend you select the **New Microsoft Entra Domain Services** tab. This scenario will deploy everything you need to be ready to connect to a full virtual desktop session. If you already have AD DS or Microsoft Entra Domain Services, select the relevant tab for your scenario instead.
@@ -34,15 +34,15 @@ At a high level, you'll need:
3434
- An account with the [global administrator Microsoft Entra role](../active-directory/fundamentals/active-directory-users-assign-role-azure-portal.md) assigned on the Azure tenant and the [owner role](../role-based-access-control/role-assignments-portal.yml) assigned on subscription you're going to use.
3535
- No existing Microsoft Entra Domain Services domain deployed in your Azure tenant.
3636
- User names you choose must not include any keywords [that the username guideline list doesn't allow](../virtual-machines/windows/faq.yml#what-are-the-username-requirements-when-creating-a-vm-), and you must use a unique user name that's not already in your Microsoft Entra subscription.
37-
- The user name for AD Domain join UPN should be a unique one that doesn't already exist in Microsoft Entra ID. The getting started feature doesn't support using existing Microsoft Entra user names when also deploying Microsoft Entra Domain Services.
37+
- The user name for AD Domain join UPN should be a unique one that doesn't already exist in Microsoft Entra ID. The quickstart doesn't support using existing Microsoft Entra user names when also deploying Microsoft Entra Domain Services.
3838

3939
# [Existing AD DS](#tab/existing-adds)
4040

4141
At a high level, you'll need:
4242

4343
- An Azure account with an active subscription.
4444
- An account with the [global administrator Microsoft Entra role](../active-directory/fundamentals/active-directory-users-assign-role-azure-portal.md) assigned on the Azure tenant and the [owner role](../role-based-access-control/role-assignments-portal.yml) assigned on subscription you're going to use.
45-
- An AD DS domain controller deployed in Azure in the same subscription as the one you choose to use with the getting started feature. Using multiple subscriptions isn't supported. Make sure you know the fully qualified domain name (FQDN).
45+
- An AD DS domain controller deployed in Azure in the same subscription as the one you choose to use with the quickstart. Using multiple subscriptions isn't supported. Make sure you know the fully qualified domain name (FQDN).
4646
- Domain admin credentials for your existing AD DS domain
4747
- You must configure [Microsoft Entra Connect](../active-directory/hybrid/whatis-azure-ad-connect.md) on your subscription and make sure the **Users** container is syncing with Microsoft Entra ID. A security group called **AVDValidationUsers** will be created during deployment in the *Users* container by default. You can also pre-create the **AVDValidationUsers** security group in a different organization unit in your existing AD DS domain. You must make sure this group is then synchronized to Microsoft Entra ID.
4848
- A virtual network in the same Azure region you want to deploy Azure Virtual Desktop to. We recommend that you [create a new virtual network](../virtual-network/quick-create-portal.md) for Azure Virtual Desktop and use [virtual network peering](../virtual-network/virtual-network-peering-overview.md) to peer it with the virtual network for AD DS or Microsoft Entra Domain Services. You also need to make sure you can resolve your AD DS or Microsoft Entra Domain Services domain name from this new virtual network.
@@ -66,19 +66,19 @@ At a high level, you'll need:
6666
---
6767

6868
> [!IMPORTANT]
69-
> The getting started feature doesn't currently support accounts that use multi-factor authentication. It also does not support personal Microsoft accounts (MSA) or [Microsoft Entra B2B collaboration](../active-directory/external-identities/user-properties.md) users (either member or guest accounts).
69+
> The quickstart doesn't currently support accounts that use multi-factor authentication. It also does not support personal Microsoft accounts (MSA) or [Microsoft Entra B2B collaboration](../active-directory/external-identities/user-properties.md) users (either member or guest accounts).
7070
7171
## Deployment steps
7272

7373
# [New Microsoft Entra Domain Services](#tab/new-aadds)
7474

75-
Here's how to deploy Azure Virtual Desktop and a new Microsoft Entra Domain Services domain using the getting started feature:
75+
Here's how to deploy Azure Virtual Desktop and a new Microsoft Entra Domain Services domain using the quickstart:
7676

7777
1. Sign in to [the Azure portal](https://portal.azure.com).
7878

7979
1. In the search bar, type *Azure Virtual Desktop* and select the matching service entry.
8080

81-
1. Select **Getting started** to open the landing page for the getting started feature, then select **Start**.
81+
1. Select **Quickstart** to open the landing page for the quickstart, then select **Start**.
8282

8383
1. On the **Basics** tab, complete the following information, then select **Next: Virtual Machines >**:
8484

@@ -123,13 +123,13 @@ Here's how to deploy Azure Virtual Desktop and a new Microsoft Entra Domain Serv
123123

124124
# [Existing AD DS](#tab/existing-adds)
125125

126-
Here's how to deploy Azure Virtual Desktop using the getting started feature where you already have AD DS available:
126+
Here's how to deploy Azure Virtual Desktop using the quickstart where you already have AD DS available:
127127

128128
1. Sign in to [the Azure portal](https://portal.azure.com).
129129

130130
1. In the search bar, type *Azure Virtual Desktop* and select the matching service entry.
131131

132-
1. Select **Getting started** to open the landing page for the getting started feature, then select **Start**.
132+
1. Select **Quickstart** to open the landing page for the quickstart, then select **Start**.
133133

134134
1. On the **Basics** tab, complete the following information, then select **Next: Virtual Machines >**:
135135

@@ -180,13 +180,13 @@ Here's how to deploy Azure Virtual Desktop using the getting started feature whe
180180

181181
# [Existing Microsoft Entra Domain Services](#tab/existing-aadds)
182182

183-
Here's how to deploy Azure Virtual Desktop using the getting started feature where you already have Microsoft Entra Domain Services available:
183+
Here's how to deploy Azure Virtual Desktop using the quickstart where you already have Microsoft Entra Domain Services available:
184184

185185
1. Sign in to [the Azure portal](https://portal.azure.com).
186186

187187
1. In the search bar, type *Azure Virtual Desktop* and select the matching service entry.
188188

189-
1. Select **Getting started** to open the landing page for the getting started feature, then select **Start**.
189+
1. Select **Quickstart** to open the landing page for the quickstart, then select **Start**.
190190

191191
1. On the **Basics** tab, complete the following information, then select **Next: Virtual Machines >**:
192192

@@ -324,7 +324,7 @@ If you want to remove Azure Virtual Desktop resources from your environment, you
324324

325325
- *your-prefix*-deployment
326326
- *your-prefix*-avd
327-
- *your-prefix*-prerequisite (only if you deployed the getting started feature with a new Microsoft Entra Domain Services domain)
327+
- *your-prefix*-prerequisite (only if you deployed the quickstart with a new Microsoft Entra Domain Services domain)
328328

329329
To delete the resource groups:
330330

0 commit comments

Comments
 (0)