Skip to content

Commit 03e7a75

Browse files
authored
Madhura suggestions
Streamlining the outputs section, which is likely to change. Co-authored-by: Glenn Gailey <[email protected]>
1 parent de73ad3 commit 03e7a75

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

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

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,14 @@ migrate my linux function apps in azure from consumption to flex consumption
4141

4242
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.
4343

44+
You might be asked by Copilot for feedback during the migration, as needed for a successful migration.
4445
## Migration results
4546

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

48-
> | Old App (Consumption Y1) | New App (Flex FC1) | Status |
49-
> | ----- | ----- | ----- |
50-
> | contoso-function-590979638 | contoso-function-590979638-flex | Running - timer_trigger deployed |
51-
> | contoso-function-56169890 | contoso-function-56169890-flex | Running - EventGridTrigger deployed |
52-
53-
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.
6852

6953
## Verify the migration
7054

0 commit comments

Comments
 (0)