Azure / Azure/azure-functions-dotnet-worker
ServiceBusTrigger and INameResolver
- 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