Skip to content

Commit 74e694e

Browse files
Merge pull request #293271 from Albertyang0/2025_01-Monthly-broken-links-fix-ggailey777
2025_01 - Fix monthly broken links - ggailey777
2 parents 2db441a + 4074c2e commit 74e694e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Older minor versions are periodically removed from Functions. For the latest new
6666
::: zone pivot="programming-language-csharp"
6767
There's technically not a correlation between binding extension versions and the Functions runtime version. However, starting with version 4.x the Functions runtime enforces a minimum version for all trigger and binding extensions.
6868

69-
If you receive a warning about a package not meeting a minimum required version, you should update that NuGet package to the minimum version as you normally would. The minimum version requirements for extensions used in Functions v4.x can be found in [the linked configuration file](https://github.com/Azure/azure-functions-host/blob/v4.x/src/WebJobs.Script/extensionrequirements.json).
69+
If you receive a warning about a package not meeting a minimum required version, you should update that NuGet package to the minimum version as you normally would. The minimum version requirements for extensions used in Functions v4.x can be found in [the linked configuration file](https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/extensionrequirements.json).
7070

7171
For C# script, update the extension bundle reference in the host.json as follows:
7272

0 commit comments

Comments
 (0)