Skip to content

Commit 5b6dec7

Browse files
authored
Merge pull request #191932 from ggailey777/patch-8
Add section on plan migration for Premium
2 parents 675dd4a + 9265d16 commit 5b6dec7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ To learn more about how scaling works, see [Event-driven scaling in Azure Functi
108108

109109
Azure Functions in a Consumption plan are limited to 10 minutes for a single execution. In the Premium plan, the run duration defaults to 30 minutes to prevent runaway executions. However, you can [modify the host.json configuration](./functions-host-json.md#functiontimeout) to make the duration unbounded for Premium plan apps. When set to an unbounded duration, your function app is guaranteed to run for at least 60 minutes.
110110

111+
## Migration
112+
113+
If you have an existing function app, you can use Azure CLI commands to migrate your app between a Consumption plan and a Premium plan on Windows. The specific commands depend on the direction of the migration. To learn more, see [Plan migration](functions-how-to-use-azure-function-app-settings.md#plan-migration).
114+
115+
This migration isn't supported on Linux.
116+
111117
## Plan and SKU settings
112118

113119
When you create the plan, there are two plan size settings: the minimum number of instances (or plan size) and the maximum burst limit.

0 commit comments

Comments
 (0)