Skip to content

Commit 697175c

Browse files
authored
[Functions] Update portal steps for plan changes
1 parent a88e0bc commit 697175c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure function app settings in Azure Functions
33
description: Learn how to configure function app settings in Azure Functions.
44
ms.service: azure-functions
55
ms.topic: how-to
6-
ms.date: 11/11/2024
6+
ms.date: 05/21/2025
77
ms.custom: cc996988-fb4f-47, devx-track-azurecli, devx-track-azurepowershell, ignite-2024
88
ms.assetid: 81eb04f8-9a27-45bb-bf24-9ab6c30d205c
99
---
@@ -211,17 +211,21 @@ Choose the direction of the migration for your app on Windows.
211211

212212
### [Consumption-to-Premium](#tab/to-premium/azure-portal)
213213

214-
1. In the Azure portal, navigate to your Consumption plan app and choose **Change App Service plan** under **App Service plan**.
214+
1. In the Azure portal, navigate to your Consumption plan app, and in the left pane expand **App Service plan** and select **App Service plan**.
215215

216-
1. Select **Premium** under **Plan type**, create a new Premium plan, and select **OK**.
216+
1. In the **App Service plan** page, select **Change plan** under **Current App Service plan**.
217+
218+
1. In **Change App Service plan**, select **Premium** for **Plan type**, create a new Premium plan, and select **OK**.
217219

218220
For more information, see [Move an app to another App Service plan](../app-service/app-service-plan-manage.md#move-an-app-to-another-app-service-plan).
219221

220222
### [Premium-to-Consumption](#tab/to-consumption/azure-portal)
221223

222-
1. In the Azure portal, navigate to your Premium plan app and choose **Change App Service plan** under **App Service plan**.
224+
1. In the Azure portal, navigate to your Elastic Premium plan app, and in the left pane expand **App Service plan** and select **App Service plan**.
225+
226+
1. In the **App Service plan** page, select **Change plan** under **Current App Service plan**.
223227

224-
1. Select **Consumption** under **Plan type**, create a new Consumption plan, and select **OK**.
228+
1. In **Change App Service plan**, select **Consumption** under **Plan type**, create a new Consumption plan, and select **OK**.
225229

226230
For more information, see [Move an app to another App Service plan](../app-service/app-service-plan-manage.md#move-an-app-to-another-app-service-plan).
227231

0 commit comments

Comments
 (0)