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/migration/scenario-migrate-linux-consumption-to-flex.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,30 +41,14 @@ migrate my linux function apps in azure from consumption to flex consumption
41
41
42
42
Copilot follows the [migration guide](migrate-plan-consumption-to-flex.md) and identifies your eligible Linux Consumption apps, lets you choose which ones to migrate, and then handles assessment, app creation, and configuration migration for each app.
43
43
44
+
You might be asked by Copilot for feedback during the migration, as needed for a successful migration.
44
45
## Migration results
45
46
46
-
When complete, Copilot shows a summary table with the status of each new Flex Consumption app, which might look like this example for a migration of two Consumption plan apps:
47
+
When complete, Copilot generates helpful output, which includes:
47
48
48
-
> | Old App (Consumption Y1) | New App (Flex FC1) | Status |
Copilot also creates a brief summary of the work done, which might look like this example:
54
-
55
-
>**What was done for each app:**
56
-
>• Created a new Flex Consumption (FC1) function app with Python 3.11, Functions v4
57
-
>• Downloaded function code from the old app's Azure Files content share
58
-
>• Deployed code to the new Flex Consumption app using remote build
59
-
>• Copied Application Insights connection strings and relevant app settings (AAD tenant restrictions where applicable)
60
-
>• The new apps use the same storage accounts as the originals
61
-
62
-
Copilot also calls out any remaining post-migration tasks that it couldn't complete or needs your help with, which might look like this example:
63
-
64
-
>**Next steps you may want to take:**
65
-
>
66
-
>Update EventGrid subscriptions — If the EventGridTrigger1 in the -56169890-fc app had event subscriptions pointing to the old app's endpoint, update them to point to the new app
67
-
>Delete old Consumption apps — Once you verify the new Flex Consumption apps work correctly, delete the old Y1 Consumption apps and their EastUSLinuxDynamicPlan plans to avoid confusion
49
+
+ A summary table with the status of each migrated app.
50
+
+ A brief summary of the overall tasks accomplished.
51
+
+ A list of any remaining post-migration tasks that it couldn't complete or that must be done by you.
0 commit comments