Skip to content

Commit 9981cc2

Browse files
authored
Update virtual-machine-scale-sets-configure-rolling-upgrades.md
1 parent 935b753 commit 9981cc2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-configure-rolling-upgrades.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ Rolling upgrade policy is the safest way to apply updates to instances in a Virt
2424

2525
Rolling upgrade policy is best suited for production workloads.
2626

27+
## Prerequisites
28+
29+
Before configuring a rolling upgrade policy on a Virtual Machine Scale Set with Flexible Orchestration or enabling MaxSurge on either Flexible or Uniform Orchestration deployments, register the feature providers to your subscription.
30+
31+
## Feature Registration
32+
33+
```azurepowershell-interactive
34+
Register-AzProviderFeature -FeatureName VMSSFlexRollingUpgrade -ProviderNameSpace Microsoft.Compute
35+
36+
Register-AzProviderFeature -FeatureName MaxSurgeRollingUpgrade -ProviderNamespace Microsoft.Compute
37+
```
38+
39+
2740
## Requirements
2841

2942
- When using a rolling upgrade policy on Virtual Machine Scale Sets with Flexible Orchestration, the scale set must also use the [Application Health Extension](virtual-machine-scale-sets-health-extension.md) to monitor application health.

0 commit comments

Comments
 (0)