Skip to content

Commit 9adacaf

Browse files
authored
Merge pull request #105597 from mike-urnun-msft/patch-118
(Azure CXP) resolves #48731
2 parents ecbd9c3 + 0f8a2ae commit 9adacaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-service-bus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Working with the trigger and bindings requires that you reference the appropriat
2626

2727
| Language | Add by... | Remarks
2828
|-------------------------------------------------|---------------------------------------------|-------------|
29-
| C# | Installing the [NuGet package], version 3.x | |
29+
| C# | Installing the [NuGet package], version 4.x | |
3030
| C# Script, Java, JavaScript, Python, PowerShell | Registering the [extension bundle] | The [Azure Tools extension] is recommended to use with Visual Studio Code. |
3131
| C# Script (online-only in Azure portal) | Adding a binding | To update existing binding extensions without having to republish your function app, see [Update your extensions]. |
3232

33-
[NuGet package]: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.ServiceBus
33+
[NuGet package]: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.ServiceBus/
3434
[core tools]: ./functions-run-local.md
3535
[extension bundle]: ./functions-bindings-register.md#extension-bundles
3636
[Update your extensions]: ./install-update-binding-extensions-manual.md

0 commit comments

Comments
 (0)