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: content/learning-paths/cross-platform/woa_azure/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,15 @@ title: Deploy a Windows on Arm virtual machine on Microsoft Azure
3
3
4
4
minutes_to_complete: 15
5
5
6
-
who_is_this_for: This is an introductory topic for software developers interested using Windows on Arm in the cloud.
6
+
who_is_this_for: This is an introductory topic for software developers interested using Windows on Arm in the Azure cloud.
7
7
8
8
learning_objectives:
9
9
- Start a Windows on Arm virtual machine in Azure cloud
10
+
- Discover all Arm-based image offerings in the Azure Image Marketplace
10
11
11
12
prerequisites:
12
-
- Valid Azure Cloud account
13
+
- An Azure Cloud account
14
+
- An RDP client to connect to your Windows on Arm instance. For more info on RDP clients, see [Remote Desktop clients for Remote Desktop Services and remote PCs](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients) to get started.
Copy file name to clipboardExpand all lines: content/learning-paths/cross-platform/woa_azure/azure_windows.md
+48-12Lines changed: 48 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,37 +49,73 @@ The `Marketplace` page appears.
49
49
11. Enter `windows 11` into the search bar and press enter.
50
50
12. Click the `Image Type` filter and select `Arm64`.
51
51
52
-

52
+

53
53
54
54
You are presented with all available Arm VM images.
55
55
56
+
{{% notice Note%}}
57
+
Note all the different Arm images (Windows and others) Azure provides; feel free to experiment with different Arm images from the Azure Marketplace upon completion of this learning path.
58
+
{{% /notice %}}
59
+
56
60
13. From the drop-down at the bottom of the `Microsoft Windows 11 Preview arm64` tile, select `Windows 11 Professional 24H2 - Arm64`.
57
61
58
62

59
63
60
-
Next, for `VM Architecture` select `Arm64`.
64
+
Upon selection, you are returned to the `Create a virtual machine` screen with your architecture set to `Arm64` and your image set to `Windows 11 Professional, version 24H2 - ARM64 Gen2`.
The VM size suggested for this learning path is enough to demonstrate installing and connecting to Windows on Arm in the Azure cloud, but may need to be adjusted for your specific workload. For more information rightsizing your VM instances, please see [Rightsize to maximize your cloud investment with Microsoft Azure](https://azure.microsoft.com/en-us/blog/rightsize-to-maximize-your-cloud-investment-with-microsoft-azure/).
70
+
{{% /notice %}}
71
+
72
+
15. For `Username` and `Password`, provide values which will be used to login to the Windows virtual machine.
73
+
74
+
16. For `Inbound port rules` > `Public inbound ports`, select `Allow selected ports` and choose `RDP (3389)` from the drop-down menu.
75
+
76
+
17. For `Licensing` confirm that you have an eligible Windows 10/11 license with multi-tenant hosting rights. To learn more about this checkbox, please visit [documentation](https://learn.microsoft.com/en-us/azure/virtual-machines/windows/windows-desktop-multitenant-hosting-deployment).
77
+
78
+
18. Leave all other settings as default.
79
+
80
+
19. Click `Review + create`.
61
81
62
-
You will then be returned to the `Create a virtual machine` dialog screen with your selections. Change the `Security type` setting to `Standard`.
82
+

63
83
64
-
Under the `Administrator account` section enter a `Username`and `Password` in the fields provided. You will use these credentials to access your Windows virtual machine.
84
+
The validation and confirmation page appears.
65
85
66
-
In the `Inbound port rules` section of the dialog, select `Allow selected ports` and choose `RDP (3389)` from the drop-down menu.
86
+
20. Upon review and validation of your settings, select `Create` to launch your Windows on Arm virtual machine.
67
87
68
-
Finally, under the `Licensing` section you will need to confirm that you have an eligible Windows 10/11 license with multi-tenant hosting rights. To learn more about the licensing before you select this checkbox read this [documentation](https://learn.microsoft.com/en-us/azure/virtual-machines/windows/windows-desktop-multitenant-hosting-deployment).
88
+

69
89
70
-
Leaving other settings as default, click `Review + create`.
90
+
At this point, Azure will deploy your new Windows on Arm instance to the Azure cloud. This may take a few moments to complete.
71
91
72
-
All your selections will be validated and you can click `Create` to launch your Windows on Arm virtual machine.
92
+

73
93
74
-
Once the deployment of your virtual machine is complete, click on `Go to Resource`. From here you will be able to view the `Public IP address` of your virtual machine which you will use in the next step to connect to your VM instance.
94
+
Upon completions, your screen will look similar to:
95
+
96
+

97
+
98
+
99
+
21. Click `Go to Resource`.
100
+
101
+
From this resource page, note the `Public IP address` of your virtual machine, as you will use in the next step to connect to your VM instance.
102
+
103
+
104
+

75
105
76
106
## Connect to your Windows on Arm VM
77
107
78
-
On your local host PC, launch the `Remote Desktop Connection` application.
108
+
1. On your local host PC, launch your RDP client application.
109
+
110
+
{{% notice Note%}}
111
+
In our example, we use the `Remote Desktop Connection` as our RDP client, but you may choose any RDP client to use.
112
+
{{% /notice %}}
113
+
114
+
2. Enter the `Public IP Address` you wrote down earlier as the `Computer` or remote host/IP to connect to.
79
115
80
-
Enter the `Public IP Address` of the Windows VM as the `Computer` to be connected to.
116
+
3.Enter the username and password you set earlier while creating the VM instance.
81
117
82
-
Next, username (set earlier while creating the VM instance), and when prompted the password, and you will connect.
0 commit comments