Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

ServiceBusTopicTrigger sample -> Method name should be "Run" instead of "RunTopic" #92

Open
anilkugupta opened this issue Oct 25, 2018 — with docs.microsoft.com · 0 comments

Comments

Copy link

[FunctionName("ServiceBusTopicTrigger")]
public static void RunTopic([ServiceBusTrigger("functopic", "sampletopic", AccessRights.Manage, Connection = "ConnectionSetting")]string topicMessage,
TraceWriter log)
{
log.Info("101 Azure Function Demo - Service Bus Topic Trigger");

log.Info($"C# ServiceBus topic trigger function processed message: {topicMessage}");

}


Document Details

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant