Skip to content

Commit 79623b5

Browse files
committed
Fixed incorrect URLs.
1 parent f1755f9 commit 79623b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/virtual-desktop/delegated-access-virtual-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: helohr
1111
---
1212
# Delegated access in Windows Virtual Desktop
1313

14-
Windows Virtual Desktop has a delegated access model that lets you define the amount of access a particular user is allowed to have by assigning them a role. A role assignment has three components: security principal, role definition, and scope. The Windows Virtual Desktop delegated access model is based on the Azure RBAC model. To learn more about specific role assignments and their components, see [the Azure role-based access control overview](../active-directory/role-based-access-built-in-roles/).
14+
Windows Virtual Desktop has a delegated access model that lets you define the amount of access a particular user is allowed to have by assigning them a role. A role assignment has three components: security principal, role definition, and scope. The Windows Virtual Desktop delegated access model is based on the Azure RBAC model. To learn more about specific role assignments and their components, see [the Azure role-based access control overview](../role-based-access-control/built-in-roles.md).
1515

1616
Windows Virtual Desktop delegated access supports the following values for each element of the role assignment:
1717

articles/virtual-desktop/manage-resources-using-ui-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following browsers are compatible with the management tool:
3232
Before deploying the management tool, you'll need an Azure Active Directory (Azure AD) user to create an app registration and deploy the management UI. This user must:
3333

3434
- Have permission to create resources in your Azure subscription
35-
- Have permission to create an Azure AD application. Follow these steps to check if your user has the required permissions by following the instructions in [Required permissions](../active-directory/develop/howto-create-service-principal-portal#required-permissions.md).
35+
- Have permission to create an Azure AD application. Follow these steps to check if your user has the required permissions by following the instructions in [Required permissions](../active-directory/develop/howto-create-service-principal-portal.md#required-permissions).
3636

3737
In order to successfully deploy and configure the management tool, you first need to download the following PowerShell scripts from the [RDS-Templates GitHub repo](https://github.com/Azure/RDS-Templates/tree/master/wvd-templates/wvd-management-ux/deploy/scripts) and save them to the same folder on your local machine.
3838

articles/virtual-desktop/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We plan to add support for the following OSes, so make sure you have the [approp
6767

6868
Your infrastructure needs the following things to support Windows Virtual Desktop:
6969

70-
* An [Azure Active Directory](../active-directory.md)
70+
* An [Azure Active Directory](/active-directory/)
7171
* A Windows Server Active Directory in sync with Azure Active Directory. You can configure this with one of the following:
7272
* Azure AD Connect (for hybrid organizations)
7373
* Azure AD Domain Services (for hybrid or cloud organizations)

articles/virtual-desktop/set-up-customize-master-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article tells you how to prepare a master virtual hard disk (VHD) image for
1717

1818
Windows 10 Enterprise multi-session is available in the Azure Image Gallery. There are two options for customizing this image.
1919

20-
The first option is to provision a virtual machine (VM) in Azure by following the instructions in [Create a VM from a managed image](../virtual-machines/windows/create-vm-generalized-managed/), and then skip ahead to [Software preparation and installation](set-up-customize-master-image.md#software-preparation-and-installation).
20+
The first option is to provision a virtual machine (VM) in Azure by following the instructions in [Create a VM from a managed image](../virtual-machines/windows/create-vm-generalized-managed.md), and then skip ahead to [Software preparation and installation](set-up-customize-master-image.md#software-preparation-and-installation).
2121

2222
The second option is to create the image locally by downloading the image, provisioning a Hyper-V VM, and customizing it to suit your needs, which we cover in the following section.
2323

0 commit comments

Comments
 (0)