Skip to content

Commit ac08b28

Browse files
updated doc
1 parent e5ee268 commit ac08b28

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

articles/azure-functions/flex-consumption-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ Keep these other considerations in mind when using Flex Consumption plan:
199199
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting, managed certificates, app service certificates, and other platform certificate-based features like endToEndEncryptionEnabled are currently not supported.
200200
+ **Timezones**: `WEBSITE_TIME_ZONE` and `TZ` app settings aren't currently supported when running on Flex Consumption plan.
201201
+ **Azure Functions Runtime Version and Proxies**: Flex Consumption only supports version 4.x and later of the Azure Functions runtime. Azure Functions proxies was a feature of versions 1.x through 3.x of the Azure Functions runtime and is not available in Flex Consumption.
202+
+ **Plan migration**: In-place migration of an existing function app from another hosting plan to the Flex Consumption plan isn't supported, and neither is migrating from Flex Consumption to another plan. To move to Flex Consumption, you must create a new function app in a Flex Consumption plan and redeploy your code.
202203

203204
## Related articles
204205

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ In the previous example, replace `<RESOURCE_GROUP>` and `<FUNCTION_APP_NAME>` wi
193193
You can migrate a function app between a Consumption plan and a Premium plan on Windows.
194194

195195
>[!TIP]
196-
>We recommend you migrate your Consumption plan app to run in a Flex Consumption plan instead of a Premium plan. Migration to the Flex Consumption plan 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).
196+
>We recommend you run your Consumption plan app in a Flex Consumption plan instead of a Premium plan. For a Linux Consumption plan app, moving to the Flex Consumption plan is the only option. Because in-place plan migration to and from Flex Consumption isn't supported, you must create a new function app in the Flex Consumption plan. For more information, see [Migrate Consumption plan apps to the Flex Consumption plan](migration/migrate-plan-consumption-to-flex.md), which walks you through creating a new Flex Consumption app with the same settings as your existing app.
197197
198198
When migrating between plans, keep in mind the following considerations:
199199

@@ -203,6 +203,7 @@ When migrating between plans, keep in mind the following considerations:
203203
+ The specific CLI commands depend on the direction of the migration.
204204
+ Downtime in your function executions occurs as the function app is migrated between plans.
205205
+ State and other app-specific content is maintained, because the same Azure Files share is used by the app both before and after migration.
206+
+ In-place plan migration to or from the Flex Consumption plan isn't supported. You must create a new function app in the Flex Consumption plan.
206207

207208
You can migrate your plan using these tools:
208209

0 commit comments

Comments
 (0)