Skip to content

Commit f1755f9

Browse files
committed
Fixed incorrect links.
1 parent b0c277e commit f1755f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/virtual-desktop/create-host-pools-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Now you can create an Azure virtual machine that can be joined to your Windows V
5555

5656
You can create a virtual machine in multiple ways:
5757

58-
- [Create a virtual machine from an Azure Gallery image](../virtual-machines/windows/quick-create-portal#create-virtual-machine.md)
58+
- [Create a virtual machine from an Azure Gallery image](../virtual-machines/windows/quick-create-portal.md#create-virtual-machine)
5959
- [Create a virtual machine from a managed image](../virtual-machines/windows/create-vm-generalized-managed.md)
6060
- [Create a virtual machine from an unmanaged image](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-from-user-image.md)
6161

@@ -73,7 +73,7 @@ You need to do the following things to prepare your virtual machines before you
7373

7474
To successfully domain-join, do the following things on each virtual machine:
7575

76-
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal#connect-to-virtual-machine.md) with the credentials you provided when creating the virtual machine.
76+
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal.md#connect-to-virtual-machine) with the credentials you provided when creating the virtual machine.
7777
2. On the virtual machine, launch **Control Panel** and select **System**.
7878
3. Select **Computer name**, select **Change settings**, and then select **Change…**
7979
4. Select **Domain** and then enter the Active Directory domain on the virtual network.
@@ -88,7 +88,7 @@ Registering the virtual machines to a Windows Virtual Desktop host pool is as si
8888

8989
To register the Windows Virtual Desktop agents, do the following on each virtual machine:
9090

91-
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal#connect-to-virtual-machine.md) with the credentials you provided when creating the virtual machine.
91+
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal.md#connect-to-virtual-machine) with the credentials you provided when creating the virtual machine.
9292
2. Download and install the Windows Virtual Desktop Agent.
9393
- Download the [Windows Virtual Desktop Agent](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv).
9494
- Right-click the downloaded installer, select **Properties**, select **Unblock**, then select **OK**. This will allow your system to trust the installer.

articles/virtual-desktop/create-host-pools-user-profile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This article will tell you how to set up a FSLogix profile container share for a
2222

2323
When creating the virtual machine, be sure to place it on either the same virtual network as the host pool virtual machines or on a virtual network that has connectivity to the host pool virtual machines. You can create a virtual machine in multiple ways:
2424

25-
- [Create a virtual machine from an Azure Gallery image](../virtual-machines/windows/quick-create-portal#create-virtual-machine.md)
25+
- [Create a virtual machine from an Azure Gallery image](../virtual-machines/windows/quick-create-portal.md#create-virtual-machine)
2626
- [Create a virtual machine from a managed image](../virtual-machines/windows/create-vm-generalized-managed.md)
2727
- [Create a virtual machine from an unmanaged image](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-from-user-image)
2828

2929
After creating the virtual machine, join it to the domain by doing the following things:
3030

31-
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal#connect-to-virtual-machine.md) with the credentials you provided when creating the virtual machine.
31+
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal.md#connect-to-virtual-machine) with the credentials you provided when creating the virtual machine.
3232
2. On the virtual machine, launch **Control Panel** and select **System**.
3333
3. Select **Computer name**, select **Change settings**, and then select **Change…**
3434
4. Select **Domain** and then enter the Active Directory domain on the virtual network.
@@ -39,7 +39,7 @@ After creating the virtual machine, join it to the domain by doing the following
3939
The following are general instructions about how to prepare a virtual machine to act as a file share for user profiles:
4040

4141
1. Add the Windows Virtual Desktop Active Directory users to an [Active Directory security group](/windows/security/identity-protection/access-control/active-directory-security-groups/). This security group will be used to authenticate the Windows Virtual Desktop users to the file share virtual machine you just created.
42-
2. [Connect to the file share virtual machine](../virtual-machines/windows/quick-create-portal#connect-to-virtual-machine.md).
42+
2. [Connect to the file share virtual machine](../virtual-machines/windows/quick-create-portal.md#connect-to-virtual-machine).
4343
3. On the file share virtual machine, create a folder on the **C drive** that will be used as the profile share.
4444
4. Right-click the new folder, select **Properties**, select **Sharing**, then select **Advanced sharing...**.
4545
5. Select **Share this folder**, select **Permissions...**, then select **Add...**.
@@ -52,7 +52,7 @@ For more information about permissions, see the [FSLogix documentation](/fslogix
5252

5353
To configure the virtual machines with the FSLogix software, do the following on each machine registered to the host pool:
5454

55-
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal#connect-to-virtual-machine.md) with the credentials you provided when creating the virtual machine.
55+
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal.md#connect-to-virtual-machine) with the credentials you provided when creating the virtual machine.
5656
2. Launch an internet browser and navigate to [this link](https://go.microsoft.com/fwlink/?linkid=2084562) to download the FSLogix agent.
5757
3. Navigate to either \\\\Win32\\Release or \\\\X64\\Release in the .zip file and run **FSLogixAppsSetup** to install the FSLogix agent. To learn more about how to install FSLogix, see [Download and install FSLogix](/fslogix/install-ht/).
5858
4. Navigate to **Program Files** > **FSLogix** > **Apps** to confirm the agent installed.

0 commit comments

Comments
 (0)