Azure / Azure/azure-functions-dotnet-worker

ServiceBusTrigger and INameResolver

Open
#393 22 comments 6 reactions 0 assignees View on GitHub
enhancement extensions: service-bus needs-discussion
Dominant language
C#
Stars
466
Forks
215
Avg merge
3d 10h
Merged PRs (30d)
7

Description

Hello,

Is it still possible to pass dynamic queue name to Service Bus trigger? Previously INameResolver was used for that, but the new extension is missing this interface.

```
public class QueueNameResolver : INameResolver
{
public string Resolve(string name)
{
return ConfigurationManager.AppSettings[name].ToString();
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names ServiceBusTrigger, INameResolver, and QueueNameResolver but no repository files or tests. Start by locating the current Service Bus trigger binding and name-resolution entry points, then determine whether dynamic queue names are supported in the out-of-process worker. Done means the behavior is resolved with an implementation or a documented limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.