Skip to content

Commit bc29ac4

Browse files
authored
Update _params.py for app service zr
1 parent c91b480 commit bc29ac4

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def load_arguments(self, _):
127127
'App Service plan level to allow for '
128128
'scaling an app independently from '
129129
'the App Service plan that hosts it.')
130-
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.')
130+
c.argument('zone_redundant', options_list=['--zone-redundant', '-z'], help='Enable zone redundancy for high availability. Minimum instance count is 2.')
131131
c.argument('tags', arg_type=tags_type)
132132

133133
with self.argument_context('appservice plan update') as c:

0 commit comments

Comments
 (0)