Skip to content

Commit 3e93b85

Browse files
committed
Acrolinx
1 parent 363e859 commit 3e93b85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-instance-mix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ az feature show --namespace "Microsoft.Compute" --name "FlexVMScaleSetSkuProfile
3636

3737
## Changes to existing scale set properties
3838
### sku.tier
39-
The `sku.tier` property is currently an optional scale set property and will be `null` for Instance Mix scenarios.
39+
The `sku.tier` property is currently an optional scale set property and should be set to `null` for Instance Mix scenarios.
4040

4141
### sku.capacity
4242
The `sku.capacity` property continues to represent the overall size of the scale set in terms of the total number of VMs.
@@ -55,7 +55,7 @@ The `vmSizes` property is where you specify the specific VM sizes that you're us
5555
Instance Mix introduces the ability to set allocation strategies for your scale set. The `allocationStrategy` property is where you specify which allocation strategy you'd like to use for your Instance Flexible scale set deployments. There are two options for allocation strategies, `lowestPrice` and `capacityOptimized`. Allocation strategies apply to both Spot and Standard VMs.
5656

5757
#### lowestPrice (default)
58-
This allocation strategy is focused on workloads where cost and cost-optimization are most important. When evaluating what VM split to use, Azure looks at the lowest priced VMs of the VM sizes specified. Azure also considers capacity as part of this allocation strategy. When using the `lowestPrice` allocation strategy, the scale set deploys as many of the lowest priced VMs as it can, depending on available capacity, before moving on to the next lowest priced VM size specified.
58+
This allocation strategy is focused on workloads where cost and cost-optimization are most important. When evaluating what VM split to use, Azure looks at the lowest priced VMs of the VM sizes specified. Azure also considers capacity as part of this allocation strategy. When using `lowestPrice` allocation strategy, the scale set deploys as many of the lowest priced VMs as it can, depending on available capacity, before moving on to the next lowest priced VM size specified.
5959

6060
#### capacityOptimized
6161
This allocation strategy is focused on workloads where attaining capacity is the primary concern. When evaluating what VM size split to deploy in the scale set, Azure looks only at the underlying capacity available. It doesn't take price into account when determining what VMs to deploy. Using `capacityOptimized` can result in the scale set deploying the most expensive, but most readily available VMs.
@@ -66,7 +66,7 @@ Following the scale set cost model, usage of Instance Mix is free. You continue
6666
## Limitations
6767
- Instance Mix is currently available in the following regions: West US, West US2, East US, and East US2.
6868
- Instance Mix is only available for scale sets using Flexible Orchestration Mode.
69-
- Instance Mix is currently only available through ARM template and in the Azure portal.
69+
- Instance Mix is currently only available through ARM template.
7070
- You must have quota for the VM sizes you're requesting with Instance Mix.
7171
- You can specify **up to** five VM sizes with Instance Mix at this time.
7272
- Existing scale sets can't be updated to use Instance Mix.

0 commit comments

Comments
 (0)