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
You can update the scale set to scale out instances to one or more additional availability zones, up to the number of availablity zones supported by the region (for regions that support zones, the minimum number of zones is 3).
211
+
You can update the scale set to scale out instances to one or more additional availability zones, up to the number of availability zones supported by the region. For regions that support zones, the minimum number of zones is 3.
212
212
213
213
> [!IMPORTANT]
214
214
> When you expand the scale set to additional zones, the original instances are not migrated or changed. When you scale out, new instances will be created and spread evenly across the selected availability zones. When you scale in the scale set, any regional instances will be priorized for removal first. After that, instances will be removed based on the [scale in policy](virtual-machine-scale-sets-scale-in-policy.md).
@@ -226,30 +226,30 @@ In order to prepare for zonal expansion:
226
226
* Check that you have enough quota for the VM size in the selected region to handle additional instances. Learn more about [checking and requesting additional quota if needed](../virtual-machines/quotas.md)
227
227
* Check that the VM size and disk types you are using are available in all the desired zones. You can use the [Compute Resources SKUs API](/rest/api/compute/resource-skus/list?tabs=HTTP) to determine which sizes are available in which zones
228
228
* Validate that the scale set configuration is valid for zonal scale sets:
229
-
* platformFaultDomainCount must be set to 1 or 5 (fixed spreading with 2 or 3 fault domains is not supported for zonal deployments)
230
-
* Capacity reservations are not supported during zone expansion. Once the scale set is fully zonal (no more regional instances), you can add a capacity reservation group to the scale set
231
-
* Azure Dedicated Host deployments are not supported
229
+
*`platformFaultDomainCount` must be set to 1 or 5. Fixed spreading with 2 or 3 fault domains is not supported for zonal deployments.
230
+
* Capacity reservations are not supported during zone expansion. Once the scale set is fully zonal (no more regional instances), you can add a capacity reservation group to the scale set.
231
+
* Azure Dedicated Host deployments are not supported.
232
232
233
233
#### Update the zones parameter on the scale set
234
234
235
235
Update the scale set to change the zones parameter.
236
236
237
-
### [Azure Portal](#tab/portal2)
237
+
### [Azure Portal](#tab/portal-2)
238
238
239
239
1. Navigate to the scale set you want to update
240
-
1. On the Properties tab of the scale set landing page, find the Availability zone property and press **Edit**
241
-
1. On the Edit Location dialog box which appears, select the desired zone(s)
242
-
1. Select **Apply**.
240
+
1. On the Properties tab of the scale set landing page, find the **Availability zone** property and press **Edit**
241
+
1. On the **Edit Location** dialog box which appears, select the desired zone(s)
[Update the capacity](virtual-machine-scale-sets-autoscale-overview.md) of the scale set to add additional instances. The new capacity should be set to the original capacity plus the number of new instances. For example, if your scale set had 5 regional instances, and you would like to scale out so that you have 3 instances in each of 3 zones, you should set the capacity to 14.
292
+
[Update the capacity](virtual-machine-scale-sets-autoscale-overview.md) of the scale set to add additional instances. The new capacity should be set to the original capacity plus the number of new instances. For example, if your scale set had 5 regional instances and you would like to scale out so that you have 3 instances in each of 3 zones, you should set the capacity to 14.
292
293
293
294
You can update the zones parameter and the scale set capacity in the same ARM template or REST API call.
294
295
@@ -300,19 +301,19 @@ With [Rolling upgrades + MaxSurge](virtual-machine-scale-sets-upgrade-policy.md)
300
301
301
302
> [!IMPORTANT]
302
303
> Rolling upgrades with MaxSurge is currently under Public Preview. It is only available for VMSS Uniform Orchestration Mode.
303
-
#### Preview Known Issues / Limitations
304
+
#### Preview known issues and limitations
304
305
305
-
* The preview is targeted to stateless workloads on virtual machine scale sets.
306
+
* The preview is targeted to stateless workloads on Virtual Machine Scale Sets.
306
307
307
-
* Scale sets running Service Fabric or Azure Kubernetes Service are not supported
308
+
* Scale sets running Service Fabric or Azure Kubernetes Service are not supported.
308
309
309
310
* You cannot remove or replace zones, only add zones
310
311
311
312
* You cannot update from a zone spanning or zonal scale set to a regional scaleset.
312
313
313
-
* platformFaultDomainCount must be set to 1 or 5 (fixed spreading with 2 or 3 fault domains is not supported for zonal deployments)
314
+
*`platformFaultDomainCount` must be set to 1 or 5. Fixed spreading with 2 or 3 fault domains is not supported for zonal deployments.
314
315
315
-
* Capacity reservations are not supported during zone expansion. Once the scale set is fully zonal (no more regional instances), you can add a capacity reservation group to the scale set
316
+
* Capacity reservations are not supported during zone expansion. Once the scale set is fully zonal (no more regional instances), you can add a capacity reservation group to the scale set.
316
317
317
318
* Azure Dedicated Host deployments are not supported
0 commit comments