Skip to content

Commit 2bf89b6

Browse files
Update articles/azure-functions/migrate-version-3-version-4.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 5bb7d10 commit 2bf89b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/migrate-version-3-version-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Before you upgrade your app to version 4.x of the Functions runtime, you should
5555

5656
* Review the list of [breaking changes between 3.x and 4.x](#breaking-changes-between-3x-and-4x).
5757
* [Run the pre-upgrade validator](#run-the-pre-upgrade-validator).
58-
* Identify the list of v2&v3 Function Apps in your current Azure Subscription by using the [Azure PowerShell](#identify-function-apps-using-azure-powershell).
58+
* Identify the list of v2&v3 Function Apps in your current Azure Subscription by using the [Azure PowerShell](#identify-function-apps-to-upgrade).
5959
* When possible, [upgrade your local project environment to version 4.x](#upgrade-your-local-project). Fully test your app locally using version 4.x of the [Azure Functions Core Tools](functions-run-local.md).
6060
* Upgrade your function app in Azure to the new version. If you need to minimize downtime, consider using a [staging slot](functions-deployment-slots.md) to test and verify your migrated app in Azure on the new runtime version. You can then deploy your app with the updated version settings to the production slot. For more information, see [Migrate using slots](#upgrade-using-slots).
6161
* Republished your migrated project to the upgraded function app. When you use Visual Studio to publish a version 4.x project to an existing function app at a lower version, you're prompted to let Visual Studio upgrade the function app to version 4.x during deployment. This upgrade uses the same process defined in [Migrate without slots](#upgrade-without-slots).

0 commit comments

Comments
 (0)