You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/create-host-pools-powershell.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Now you can create an Azure virtual machine that can be joined to your Windows V
55
55
56
56
You can create a virtual machine in multiple ways:
57
57
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)
59
59
-[Create a virtual machine from a managed image](../virtual-machines/windows/create-vm-generalized-managed.md)
60
60
-[Create a virtual machine from an unmanaged image](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-from-user-image.md)
61
61
@@ -73,7 +73,7 @@ You need to do the following things to prepare your virtual machines before you
73
73
74
74
To successfully domain-join, do the following things on each virtual machine:
75
75
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.
77
77
2. On the virtual machine, launch **Control Panel** and select **System**.
78
78
3. Select **Computer name**, select **Change settings**, and then select **Change…**
79
79
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
88
88
89
89
To register the Windows Virtual Desktop agents, do the following on each virtual machine:
90
90
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.
92
92
2. Download and install the Windows Virtual Desktop Agent.
93
93
- Download the [Windows Virtual Desktop Agent](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv).
94
94
- Right-click the downloaded installer, select **Properties**, select **Unblock**, then select **OK**. This will allow your system to trust the installer.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/create-host-pools-user-profile.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ This article will tell you how to set up a FSLogix profile container share for a
22
22
23
23
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:
24
24
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)
26
26
-[Create a virtual machine from a managed image](../virtual-machines/windows/create-vm-generalized-managed.md)
27
27
-[Create a virtual machine from an unmanaged image](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-from-user-image)
28
28
29
29
After creating the virtual machine, join it to the domain by doing the following things:
30
30
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.
32
32
2. On the virtual machine, launch **Control Panel** and select **System**.
33
33
3. Select **Computer name**, select **Change settings**, and then select **Change…**
34
34
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
39
39
The following are general instructions about how to prepare a virtual machine to act as a file share for user profiles:
40
40
41
41
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).
43
43
3. On the file share virtual machine, create a folder on the **C drive** that will be used as the profile share.
44
44
4. Right-click the new folder, select **Properties**, select **Sharing**, then select **Advanced sharing...**.
45
45
5. Select **Share this folder**, select **Permissions...**, then select **Add...**.
@@ -52,7 +52,7 @@ For more information about permissions, see the [FSLogix documentation](/fslogix
52
52
53
53
To configure the virtual machines with the FSLogix software, do the following on each machine registered to the host pool:
54
54
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.
56
56
2. Launch an internet browser and navigate to [this link](https://go.microsoft.com/fwlink/?linkid=2084562) to download the FSLogix agent.
57
57
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/).
58
58
4. Navigate to **Program Files** > **FSLogix** > **Apps** to confirm the agent installed.
0 commit comments