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/virtual-machine-scale-sets/virtual-machine-scale-sets-instance-mix.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ az feature show --namespace "Microsoft.Compute" --name "FlexVMScaleSetSkuProfile
36
36
37
37
## Changes to existing scale set properties
38
38
### 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.
40
40
41
41
### sku.capacity
42
42
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
55
55
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.
56
56
57
57
#### 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.
59
59
60
60
#### capacityOptimized
61
61
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
66
66
## Limitations
67
67
- Instance Mix is currently available in the following regions: West US, West US2, East US, and East US2.
68
68
- 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.
70
70
- You must have quota for the VM sizes you're requesting with Instance Mix.
71
71
- You can specify **up to** five VM sizes with Instance Mix at this time.
72
72
- Existing scale sets can't be updated to use Instance Mix.
0 commit comments