You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-how-to-use-azure-function-app-settings.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,12 @@ In the previous example, replace `<RESOURCE_GROUP>` and `<FUNCTION_APP_NAME>` wi
182
182
183
183
## Plan migration
184
184
185
-
You can migrate a function app between a Consumption plan and a Premium plan on Windows. When migrating between plans, keep in mind the following considerations:
185
+
You can migrate a function app between a Consumption plan and a Premium plan on Windows.
186
+
187
+
>[!TIP]
188
+
>We recommend you migrate your Consumption plan app to run in a Flex Consumption plan instead of a Premium plan. This is the only migration option for a Linux Consumption plan app. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](migration/migrate-plan-consumption-to-flex.md).
189
+
190
+
When migrating between plans, keep in mind the following considerations:
186
191
187
192
+ Direct migration to a Dedicated (App Service) plan isn't supported.
Copy file name to clipboardExpand all lines: articles/azure-functions/migration/migrate-plan-consumption-to-flex.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Before staring a migration, keep these considerations in mind:
31
31
32
32
+ You should prioritize the migration of your apps that run in a Consumption plan on Linux.
33
33
34
+
+ If you have a [Premium plan app](../functions-premium-plan.md) on Windows, you must first [migrate your app to a Consumption plan](../functions-how-to-use-azure-function-app-settings.md?tabs=to-consumption#plan-migration) before you can migrate to the Flex Consumption plan using this guide. This migration path isn't available for Linux apps in the Premium plan.
35
+
34
36
+ This article assumes that you have a general understanding of Functions concepts and architectures and are familiar with features of your apps being migrated. Such concepts include triggers and bindings, authentication, and networking customization.
35
37
36
38
+ Where possible, this article is targeted to a specific language runtime stack. Make sure to choose your app's language at the top of the article.
@@ -1464,7 +1466,7 @@ After a successful migration, you should perform these follow-up tasks:
1464
1466
1465
1467
### Enable monitoring
1466
1468
1467
-
After a successful migration, make sure that Application Insights in enabled in your new app. Implement a comprehensive monitoring strategy that covers app metrics, logs, and costs. By using such a strategy, you can validate the success of your migration, identify any issues promptly, and optimize the performance and cost of your new app. For more information, see [Configure monitoring](../flex-consumption-how-to.md#configure-monitoring).
1469
+
After a successful migration, make sure that Application Insights in enabled in your new app. Implement a comprehensive monitoring strategy that covers app metrics, logs, and costs. By using such a strategy, you can validate the success of your migration, identify any issues promptly, and optimize the performance and cost of your new app. For more information, see [Configure monitoring](../flex-consumption-how-to.md#monitor-your-app-in-azure).
1468
1470
1469
1471
### Capture performance benchmarks
1470
1472
@@ -1486,7 +1488,7 @@ requests
1486
1488
```
1487
1489
1488
1490
>[!NOTE]
1489
-
>Flex Consumption plan metrics differ from Consumption plan metrics. When comparing performance before and after migration, keep in mind that you must use different metrics to track similar performance characteristics. For more information, see [Configure monitoring](../flex-consumption-how-to.md#configure-monitoring).
1491
+
>Flex Consumption plan metrics differ from Consumption plan metrics. When comparing performance before and after migration, keep in mind that you must use different metrics to track similar performance characteristics. For more information, see [Configure monitoring](../flex-consumption-how-to.md#monitor-your-app-in-azure).
0 commit comments