MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.08k stars 21.13k forks source link

Link to the wrong ServiceBusTriggerAttribute #123329

Open progmars opened 2 weeks ago

progmars commented 2 weeks ago

Issue: The Attributes section describes both in-process and isolated model in a single sentence, but the ServiceBusTriggerAttribute link there leads to the Microsoft.Azure.WebJobs.Extensions.ServiceBus libraries source code that is meant for use with in-process model only.

According to Examples section in the same article, isolated model should use Microsoft.Azure.Functions.Worker.Extensions. and not Microsoft.Azure.WebJobs.Extensions.

Suggested fix: Rewrite the sentence to have separate links to the correct ServiceBusTriggerAttribute for each model, or move the sentence inside the tabs below it for each model with the correct link.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

TPavanBalaji commented 2 weeks ago

@progmars Thanks for your feedback! We will investigate and update as appropriate.