diff --git a/src/azure-cli/azure/cli/command_modules/appservice/_params.py b/src/azure-cli/azure/cli/command_modules/appservice/_params.py index 8f0a74301cf..5c43bfd712f 100644 --- a/src/azure-cli/azure/cli/command_modules/appservice/_params.py +++ b/src/azure-cli/azure/cli/command_modules/appservice/_params.py @@ -127,7 +127,7 @@ def load_arguments(self, _): 'App Service plan level to allow for ' 'scaling an app independently from ' 'the App Service plan that hosts it.') - c.argument('zone_redundant', options_list=['--zone-redundant', '-z'], help='Enable zone redundancy for high availability. Cannot be changed after plan creation. Minimum instance count is 3.') + c.argument('zone_redundant', options_list=['--zone-redundant', '-z'], help='Enable zone redundancy for high availability. Minimum instance count is 2.') c.argument('tags', arg_type=tags_type) with self.argument_context('appservice plan update') as c: