Skip to content

Commit 5ef15cc

Browse files
Merge pull request #231716 from ggailey777/patch-5
[Functions] Clarify plan migration behaviors
2 parents d7105c1 + 6a76adc commit 5ef15cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ You can use either the Azure portal or Azure CLI commands to migrate a function
139139
+ Migration isn't supported on Linux.
140140
+ The source plan and the target plan must be in the same resource group and geographical region. 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).
141141
+ The specific CLI commands depend on the direction of the migration.
142+
+ Downtime in your function executions occur as the function app is migrated between plans.
143+
+ State and other app-specific content is maintained, since the same Azure Files share is used by the app both before and after migration.
142144

143145
### Migration in the portal
144146

0 commit comments

Comments
 (0)