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/azure-compute-fleet/quickstart-create-portal.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
7
7
ms.service: azure-compute-fleet
8
8
ms.custom:
9
9
- build-2024
10
-
ms.date: 11/13/2024
10
+
ms.date: 02/19/2025
11
11
ms.reviewer: jushiman
12
12
---
13
13
@@ -16,7 +16,7 @@ ms.reviewer: jushiman
16
16
> [!IMPORTANT]
17
17
> Azure Compute Fleet is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this feature may change prior to general availability (GA).
18
18
19
-
This article steps through using Azure portal to create a Compute Fleet.
19
+
This article steps through using the Azure portal to create a Compute Fleet.
20
20
21
21
22
22
## Log in to Azure
@@ -28,20 +28,25 @@ Sign in to the [Azure portal](https://portal.azure.com).
28
28
29
29
You can deploy a Compute Fleet with a Windows Server image or Linux image such as RHEL, CentOS, Ubuntu, or SLES.
30
30
31
-
1. In the Azure portal search bar, search for **Azure Compute Fleet** and select the result under *Marketplace*.
31
+
1. In the Azure portal search bar, search for **Compute Fleet** and select the result under *Marketplace*.
32
32
1. Select **Create** on the **Compute Fleet** page.
33
33
34
34
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected and create a new resource group called *myFleetResourceGroup*.
35
35
1. Under **Instance details**, set *myFleet* for your Compute Fleet name.
36
36
1. Select a **Region** that is close to your area.
37
-
1. Select a marketplace image for **Image**.
37
+
1. Select an option from **Availability zones** or a qualified availability zone will be automatically picked up for you.
38
+
1. Select a **Security type** that is available for a Virtual Machine (VM).
39
+
1. Select a marketplace image for **Image**.
40
+
1. Select **Architecture** for your VM. Available options are `Arm64` or `x64`.
38
41
1. For **Virtual machine types**, select whether you're deploying Spot VMs, Standard VMs, or both. In this example, we select both.
39
-
1. Specify 3 to 15 virtual machine (VM) sizes for **Sizes**.
42
+
1. Specify 3 to 15 VM sizes for **Sizes**.
40
43
1.**For Spot fleet deployment:** Under **VM capacity**, specify your target capacity for Spot VM instance count between 1 and 10,000.
41
-
1.**For Standard fleet deployment:** Under **VM capacity**, specify your target capacity for Standard VM instance count between 1 and 10,000.
44
+
1.**For Standard fleet deployment:** Under **VM capacity**, specify your target capacity for Standard VM instance count between 1 and 10,000.
45
+
1. Select **Allocation strategy** to what factors you would like to prioritize when procuring VM size.
46
+
1. Enter the **Max hourly price per Spot VM (USD)**. Note that Spot VMs above your maximum hourly price will be evicted.
42
47
43
48
1. Under **Administrator account** configure the admin username and set up an associated password or SSH public key.
44
-
- A **Password** must be at least 12 characters long and meet three out of the four following complexity requirements: one lower case character, one upper case character, one number, and one special character. For more information, see [username and password requirements](/azure/virtual-machines/windows/faq#what-are-the-password-requirements-when-creating-a-vm-).
49
+
- A **Password** must be at least 12 characters long and meet three out of the four following complexity requirements: one lowercase character, one uppercase character, one number, and one special character. For more information, see [username and password requirements](/azure/virtual-machines/windows/faq#what-are-the-password-requirements-when-creating-a-vm-).
45
50
- If you select a Linux OS disk image, you can instead choose **SSH public key**. You can use an existing key or create a new one. In this example, Azure generates a new key pair for us. For more information on generating key pairs, see [create and use SSH keys](/azure/virtual-machines/linux/mac-create-ssh-keys).
46
51
47
52
1. Select **Next: Networking** to move the networking configuration options. For this quickstart, leave the default networking configurations.
0 commit comments