Create an Azure Compute Fleet using Azure portal (Preview)

Important

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. Some aspects of this feature may change prior to general availability (GA).

This article steps through using the Azure portal to create a Compute Fleet.

Log in to Azure

Sign in to the Azure portal.

Create a Compute Fleet

You can deploy a Compute Fleet with a Windows Server image or Linux image such as RHEL, CentOS, Ubuntu, or SLES.

  1. In the Azure portal search bar, search for Compute Fleet and select the result under Marketplace.

  2. Select Create on the Compute Fleet page.

  3. In the Basics tab, under Project details, make sure the correct subscription is selected and create a new resource group called myFleetResourceGroup.

  4. Under Instance details, set myFleet for your Compute Fleet name.

  5. Select a Region that is close to your area.

  6. Select an option from Availability zones or a qualified availability zone will be automatically picked up for you.

  7. Select a Security type that is available for a Virtual Machine (VM).

  8. Select a marketplace image for Image.

  9. Select Architecture for your VM. Available options are Arm64 or x64.

  10. For Virtual machine types, select whether you're deploying Spot VMs, Standard VMs, or both. In this example, we select both.

  11. Specify 3 to 15 VM sizes for Sizes.

  12. For Spot fleet deployment: Under VM capacity, specify your target capacity for Spot VM instance count between 1 and 10,000.

  13. For Standard fleet deployment: Under VM capacity, specify your target capacity for Standard VM instance count between 1 and 10,000.

  14. Select Allocation strategy to what factors you would like to prioritize when procuring VM size.

  15. Enter the Max hourly price per Spot VM (USD). Note that Spot VMs above your maximum hourly price will be evicted.

  16. Under Administrator account configure the admin username and set up an associated password or SSH public key.

    • 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.
    • 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.
  17. Select Next: Networking to move the networking configuration options. For this quickstart, leave the default networking configurations.

  18. When you're done, select Review + create.

  19. After it passes validation, select Create to deploy the Compute Fleet.

Clean up resources

When no longer needed, delete the resource group, Compute Fleet, and all related resources. To do so, select the resource group for the Compute Fleet and then select Delete.

Next steps