From bc29ac4bef5cbcbda0cfe0f44ca19e672301d8d4 Mon Sep 17 00:00:00 2001 From: Jordan Selig Date: Thu, 8 May 2025 18:47:40 -0400 Subject: [PATCH] Update _params.py for app service zr --- src/azure-cli/azure/cli/command_modules/appservice/_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: