Skip to content

Commit 739433a

Browse files
pritamsoggailey777
andauthored
Update articles/azure-functions/migrate-version-1-version-4.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent fd8a8bd commit 739433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ This section details changes made after version 1.x in both trigger and binding
394394

395395
### Changes in triggers and bindings
396396

397-
Starting with version 2.x, you must install the extensions for specific triggers and bindings used by the functions in your app. The only exception for this HTTP and timer triggers, which don't require an extension. For more information, see [Register and install binding extensions](/azure/azure-functions/functions-bindings-register).
397+
Starting with version 2.x, you must install the extensions for specific triggers and bindings used by the functions in your app. The only exception for this HTTP and timer triggers, which don't require an extension. For more information, see [Register and install binding extensions](functions-bindings-register.md).
398398

399399
There are also a few changes in the *function.json* or attributes of the function between versions. For example, the Event Hubs `path` property is now `eventHubName`. See the [existing binding table](functions-versions.md#bindings) for links to documentation for each binding.
400400

0 commit comments

Comments
 (0)