Skip to content

Commit 25a7044

Browse files
committed
Added to the TOC and the other plan migration section
1 parent 3a6e797 commit 25a7044

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@
768768
displayName: upgrade, migrate, language stack
769769
- name: Migrate Node.js to model v4.x
770770
href: functions-node-upgrade-v4.md
771+
- name: Migrate to Flex Consumption plan
772+
href: migrate-plan-consumption-to-flex.md
771773
- name: Migrate .NET apps to the isolated model
772774
href: migrate-dotnet-to-isolated-model.md
773775
- name: Move resources

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,12 @@ In the previous example, replace `<RESOURCE_GROUP>` and `<FUNCTION_APP_NAME>` wi
182182

183183
## Plan migration
184184

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:
186191

187192
+ Direct migration to a Dedicated (App Service) plan isn't supported.
188193
+ Migration isn't supported on Linux.

articles/azure-functions/migration/migrate-plan-consumption-to-flex.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Before staring a migration, keep these considerations in mind:
3131

3232
+ You should prioritize the migration of your apps that run in a Consumption plan on Linux.
3333

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+
3436
+ 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.
3537

3638
+ 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:
14641466
14651467
### Enable monitoring
14661468
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).
14681470
14691471
### Capture performance benchmarks
14701472
@@ -1486,7 +1488,7 @@ requests
14861488
```
14871489

14881490
>[!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).
14901492
14911493
### Create custom dashboards
14921494

0 commit comments

Comments
 (0)