Skip to content

Commit cee8799

Browse files
authored
Merge pull request #213694 from cynthn/new-whats-new
What's new topic
2 parents 1875048 + b5d16d4 commit cee8799

File tree

5 files changed

+72
-0
lines changed

5 files changed

+72
-0
lines changed

articles/virtual-machine-scale-sets/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
href: virtual-machine-scale-sets-orchestration-modes.md
99
- name: Scale Set FAQ
1010
href: virtual-machine-scale-sets-faq.yml
11+
- name: What's new
12+
href: whats-new.md
1113
expanded: true
1214
- name: Quickstarts
1315
items:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "What's new for Virtual Machine Scale Sets"
3+
description: Learn about what's new for Virtual Machine Scale Sets in Azure.
4+
author: cynthn
5+
ms.service: virtual-machine-scale-sets
6+
ms.topic: whats-new
7+
ms.date: 10/12/2022
8+
ms.author: cynthn
9+
ms.custom: day0
10+
---
11+
12+
# What's new for scale sets
13+
14+
This article describes what's new for Virtual Machine Scale Sets in Azure.
15+
16+
17+
## Spot Priority Mix for Flexible scale sets
18+
19+
[!INCLUDE [spot-priority-mix](../virtual-machines/includes/spot-priority-mix.md)]
20+
21+
22+
## Next steps
23+
24+
For updates and announcements about Azure, see the [Microsoft Azure Blog](https://azure.microsoft.com/blog/).
25+

articles/virtual-machines/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
href: index.yml
33
- name: Overview
44
href: overview.md
5+
- name: What's new
6+
href: whats-new.md
57
- name: Quickstarts
68
items:
79
- name: Create a Linux VM
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: ju-shim
5+
ms.service: virtual-machine-scale-sets
6+
ms.topic: include
7+
ms.date: 10/11/2022
8+
ms.author: jushiman
9+
ms.custom: include file
10+
---
11+
12+
On October 12, 2022 [Spot Priority Mix](../../virtual-machine-scale-sets/spot-priority-mix.md) was introduced for scale sets using Flexible orchestration.
13+
14+
Spot Priority Mix provides the flexibility of running a mix of regular on-demand VMs and Spot VMs for Virtual Machine Scale Set deployments. Easily balance between high-capacity availability and lower infrastructure costs according to your workload requirements.
15+
16+
Customize your deployment by setting a percentage distribution across Spot and regular VMs. The platform will automatically orchestrate each scale-out and scale-in operation to achieve the desired distribution by selecting an appropriate number of VMs to create or delete. You can also set the number of base regular uninterruptible VMs you would like to maintain in the scale set during any scale operation.
17+
18+
- Reduce compute infrastructure costs by applying the deep discounts of Spot VMs while maintaining capacity availability through on-demand VMs
19+
- Provide reassurance that all your VMs won't be taken away simultaneously due to evictions before the infrastructure has time to react and recover the evicted capacity
20+
- Simplify the scale-out and scale-in of workloads that require both Spot and on-demand VMs by letting Azure orchestrate the creating and deleting VMs.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "What's new for virtual machines"
3+
description: Learn about what's new for virtual machines in Azure.
4+
author: cynthn
5+
ms.service: virtual-machines
6+
ms.topic: whats-new
7+
ms.date: 10/12/2022
8+
ms.author: cynthn
9+
ms.custom: day0
10+
---
11+
12+
# What's new for virtual machines
13+
14+
This article describes what's new for virtual machines in Azure.
15+
16+
17+
## Spot Priority Mix for Flexible scale sets
18+
19+
[!INCLUDE [spot-priority-mix](./includes/spot-priority-mix.md)]
20+
21+
## Next steps
22+
23+
For updates and announcements about Azure, see the [Microsoft Azure Blog](https://azure.microsoft.com/blog/).

0 commit comments

Comments
 (0)