diff --git a/src/azure-cli/azure/cli/command_modules/appservice/_help.py b/src/azure-cli/azure/cli/command_modules/appservice/_help.py index 0f1fbb8fb38..2295070821c 100644 --- a/src/azure-cli/azure/cli/command_modules/appservice/_help.py +++ b/src/azure-cli/azure/cli/command_modules/appservice/_help.py @@ -53,7 +53,7 @@ - name: Create a Windows container app service plan. text: > az appservice plan create -g MyResourceGroup -n MyPlan \\ - --hyper-v --sku P3V3 + --hyper-v --sku P1V3 - name: Create an app service plan for app service environment. text: > az appservice plan create -g MyResourceGroup -n MyPlan \\