Skip to content

Commit 12f72a8

Browse files
authored
Merge pull request #90056 from georgeOsdDev/patch-6
Update functions-how-to-use-azure-function-app-settings.md
2 parents 6608a35 + 297f38e commit 12f72a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-use-azure-function-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Use the following procedure to migrate from a Premium plan to a Consumption plan
180180
1. Run the following command to migrate the existing function app to the new Consumption plan.
181181
182182
```azurecli-interactive
183-
az functionapp update --name <MY_APP_NAME> --resource-group <MY_RESOURCE_GROUP> --plan <NEW_CONSUMPTION_PLAN>
183+
az functionapp update --name <MY_APP_NAME> --resource-group <MY_RESOURCE_GROUP> --plan <NEW_CONSUMPTION_PLAN> --force
184184
```
185185
186186
1. Delete the function app you created in step 1, since you only need the plan that was created to run the existing function app.

0 commit comments

Comments
 (0)