Skip to content

Commit 4926748

Browse files
Merge pull request #298583 from shandilvarun/patch-1
Compute fleet GA
2 parents 236840c + ed4b3db commit 4926748

10 files changed

+29
-47
lines changed

articles/azure-compute-fleet/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: What is Azure Compute Fleet? (Preview)
1+
- name: What is Azure Compute Fleet?
22
href: overview.md
33
- name: Quickstarts
44
items:

articles/azure-compute-fleet/allocation-strategies.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
---
22
title: Allocation strategies for Azure Compute Fleet
33
description: Learn about Compute Fleet allocation strategies for Spot and Standard virtual machines (VM).
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: concept-article
77
ms.service: azure-compute-fleet
88
ms.custom:
99
- ignite-2024
10-
ms.date: 11/13/2024
10+
ms.date: 04/21/2025
1111
ms.reviewer: jushiman
1212
---
1313

1414
# Allocation strategies for Azure Compute Fleet
1515

16-
> [!IMPORTANT]
17-
> [Azure Compute Fleet](overview.md) 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-
1916
When using a Compute Fleet for your workloads, you have several allocation strategies available to optimize costs, performance, or availability. These strategies determine how the fleet fulfills your capacity requirements by distributing the requested instances across different instance types and Availability Zones.
2017

2118
This article outlines the various strategies available for your Compute Fleet depending on if you are deploying Standard virtual machines (VMs) or Spot VMs.

articles/azure-compute-fleet/attribute-based-vm-selection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Attribute based virtual machine selection
33
description: Learn about attribute based virtual machine (VM) selection to configure your VM requirements.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: concept-article
77
ms.service: azure-compute-fleet
88
ms.custom:
99
- ignite-2024
10-
ms.date: 11/12/2024
10+
ms.date: 04/21/2025
1111
ms.reviewer: jushiman
1212
---
1313

articles/azure-compute-fleet/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
metadata:
33
title: FAQ for Azure Compute Fleet
44
description: Get answers to the most frequently asked questions about Azure Compute Fleet.
5-
author: rrajeesh
6-
ms.author: rajeeshr
5+
author: vashan
6+
ms.author: vashan
77
ms.topic: faq
88
ms.service: azure-compute-fleet
99
ms.date: 06/19/2024

articles/azure-compute-fleet/modify-fleet.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
---
22
title: Modify a Compute Fleet
33
description: Learn about how to modify your Azure Compute Fleet.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: how-to
77
ms.service: azure-compute-fleet
88
ms.custom:
99
- ignite-2024
10-
ms.date: 11/13/2024
10+
ms.date: 04/21/2025
1111
ms.reviewer: jushiman
1212
---
1313

1414
# Modify a Compute Fleet
1515

16-
> [!IMPORTANT]
17-
> [Azure Compute Fleet](overview.md) 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-
1916
While your Compute Fleet is in a running state, it allows you to modify the target capacity and virtual machine (VM) size selection based on how you configured your Compute Fleet. This article explains how you can modify the target capacity and the VM size selection of your Compute Fleet.
2017

2118
## Modify target capacity

articles/azure-compute-fleet/multi-region-compute-fleet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Multi-Region Compute Fleet (Preview)
33
description: Learn about Azure Compute Fleet and how to accelerate your access to Azure's capacity through multi-region deployment.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: concept-article
77
ms.service: azure-compute-fleet
88
ms.custom:

articles/azure-compute-fleet/overview.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
title: Azure Compute Fleet overview
33
description: Learn about Azure Compute Fleet and how to accelerate your access to Azure's capacity.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: overview
77
ms.service: azure-compute-fleet
88
ms.custom:
99
- ignite-2024
10-
ms.date: 11/13/2024
10+
ms.date: 04/21/2025
1111
ms.reviewer: jushiman
1212
---
1313

14-
# What is Azure Compute Fleet? (Preview)
15-
16-
> [!IMPORTANT]
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).
14+
# What is Azure Compute Fleet?
1815

1916
Azure Compute Fleet is a building block that gives you accelerated access to Azure's capacity in a given region. Compute Fleet launches a combination of virtual machines (VMs) at the lowest price and highest capacity. You can use this product in many ways, whether by running a stateless web service, a big data cluster, or a Continuous Integration pipeline. Workloads such as financial risk analysis, log processing, or image rendering can benefit from the ability to run hundreds of concurrent core instances.
2017

articles/azure-compute-fleet/quickstart-create-portal.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
title: Create an Azure Compute Fleet using Azure portal
33
description: Learn how to create an Azure Compute Fleet in the Azure portal.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: how-to
77
ms.service: azure-compute-fleet
88
ms.custom:
99
- build-2024
10-
ms.date: 02/19/2025
10+
ms.date: 04/21/2025
1111
ms.reviewer: jushiman
1212
---
1313

14-
# Create an Azure Compute Fleet using Azure portal (Preview)
15-
16-
> [!IMPORTANT]
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).
14+
# Create an Azure Compute Fleet using Azure portal
1815

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

articles/azure-compute-fleet/quickstart-create-rest-api.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
---
22
title: Create an Azure Compute Fleet using an ARM template
33
description: Learn how to create an Azure Compute Fleet using an ARM template.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: how-to
77
ms.service: azure-compute-fleet
8-
ms.date: 11/13/2024
8+
ms.date: 04/21/2025
99
ms.reviewer: jushiman
1010
ms.custom: devx-track-arm-template, build-2024
1111
---
1212

13-
# Create an Azure Compute Fleet using an ARM template (Preview)
14-
15-
> [!IMPORTANT]
16-
> 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).
13+
# Create an Azure Compute Fleet using an ARM template
1714

1815
This article steps through using an ARM template to create an Azure Compute Fleet.
1916

articles/azure-compute-fleet/spot-vm-configuration.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
---
22
title: Spot VM configuration for Azure Compute Fleet
33
description: Learn about Spot virtual machine (VM) configuration on your Compute Fleet.
4-
author: rrajeesh
5-
ms.author: rajeeshr
4+
author: shandilvarun
5+
ms.author: vashan
66
ms.topic: concept-article
77
ms.service: azure-compute-fleet
88
ms.custom:
99
- ignite-2024
10-
ms.date: 11/13/2024
10+
ms.date: 04/21/2025
1111
ms.reviewer: jushiman
1212
---
1313

1414
# Spot VM configuration for Azure Compute Fleet
1515

16-
> [!IMPORTANT]
17-
> [Azure Compute Fleet](overview.md) 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-
1916
Compute Fleet has a few important configuration options to consider when it comes to Spot virtual machines (VMs).
2017

2118
To learn general information about Spot VMs and their configuration, see [Use Azure Spot Virtual Machines](/azure/virtual-machines/spot-vms). This article covers some important configuration considerations to note about Spot VMs when it comes to using Compute Fleet.

0 commit comments

Comments
 (0)