Skip to content

Commit 065c375

Browse files
Merge pull request #279514 from fitzgeraldsteele/main
VMSS Zone Expansion Preview Update
2 parents f6cecdf + f6784b7 commit 065c375

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -172,43 +172,6 @@ You can modify a scale to expand the set of zones over which to spread VM instan
172172
173173
This feature can be used with API version 2023-03-01 or greater.
174174

175-
### Enable your subscription to use zonal expansion feature
176-
177-
You must register for four feature flags on your subscription:
178-
179-
### [Azure CLI](#tab/cli-1)
180-
181-
182-
```azurecli
183-
az feature register --namespace Microsoft.Compute --name VmssAllowRegionalToZonalMigration
184-
az feature register --namespace Microsoft.Compute --name VmssAllowExpansionOfAvailabilityZones
185-
az feature register --namespace Microsoft.Compute --name VmssFlexAllowExpansionOfAvailabilityZones
186-
az feature register --namespace Microsoft.Compute --name VmssFlexAllowRegionalToZonalMigration
187-
```
188-
189-
You can check the registration status of each feature by using:
190-
191-
```azurecli
192-
az feature show --namespace Microsoft.Compute --name \<feature-name\>
193-
```
194-
195-
### [Azure PowerShell](#tab/powershell-1)
196-
197-
198-
```powershell
199-
Register-AzProviderPreviewFeature -Name VmssAllowRegionalToZonalMigration -ProviderNamespace Microsoft.Compute
200-
Register-AzProviderPreviewFeature -Name VmssAllowExpansionOfAvailabilityZones -ProviderNamespace Microsoft.Compute
201-
Register-AzProviderPreviewFeature -Name VmssFlexAllowExpansionOfAvailabilityZones -ProviderNamespace Microsoft.Compute
202-
Register-AzProviderPreviewFeature -Name VmssFlexAllowRegionalToZonalMigration -ProviderNamespace Microsoft.Compute
203-
```
204-
205-
You can check the registration status of each feature by using:
206-
207-
```powershell
208-
Get-AzProviderPreviewFeature -Name <feature-name> -ProviderNamespace Microsoft.Compute
209-
```
210-
---
211-
212175
### Expand scale set to use availability zones
213176
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.
214177

0 commit comments

Comments
 (0)