Skip to content

Commit 2612a5e

Browse files
Merge pull request #281266 from mimckitt/patch-2
Update virtual-machine-scale-sets-set-upgrade-policy.md
2 parents cfa5268 + 7e21d84 commit 2612a5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-set-upgrade-policy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ If using a rolling upgrade policy, see [configure rolling upgrade policy](virtua
2828

2929
### [CLI](#tab/cli)
3030

31-
> [!NOTE]
32-
> Setting the upgrade policy to automatic during scale set creation using CLI or PowerShell on Virtual Machine Scale Sets with Flexible Orchestration is not yet available. To set the upgrade policy to automatic, update the upgrade policy after scale set deployment. See [changing the upgrade policy on a Virtual Machine Scale Set](virtual-machine-scale-sets-change-upgrade-policy.md).
33-
3431
When creating a new scale set using Azure CLI, use [az vmss create](/cli/azure/vmss#az-vmss-create) and the `-upgrade-policy-mode` to set the upgrade policy mode.
3532

3633
If using a rolling upgrade policy, see [configure rolling upgrade policy](virtual-machine-scale-sets-configure-rolling-upgrades.md) for configuration settings and suggestions.
@@ -51,7 +48,7 @@ az vmss create \
5148
### [PowerShell](#tab/powershell)
5249

5350
> [!NOTE]
54-
> Setting the upgrade policy to automatic during scale set creation using CLI or PowerShell on Virtual Machine Scale Sets with Flexible Orchestration is not yet available. To set the upgrade policy to automatic, update the upgrade policy after scale set deployment. See [changing the upgrade policy on a Virtual Machine Scale Set](virtual-machine-scale-sets-change-upgrade-policy.md).
51+
> Setting the upgrade policy to automatic during scale set creation using PowerShell on Virtual Machine Scale Sets with Flexible Orchestration is not yet available. To set the upgrade policy to automatic, update the upgrade policy after scale set deployment. See [changing the upgrade policy on a Virtual Machine Scale Set](virtual-machine-scale-sets-change-upgrade-policy.md).
5552
5653
When creating a new scale set using Azure PowerShell, use [New-AzVmss](/powershell/module/az.compute/new-azvmss) and the `-UpgradePolicyMode` parameter to set the upgrade policy mode.
5754

0 commit comments

Comments
 (0)