Azure / Azure/azure-functions-java-library
MSI authentication for @ServiceBusQueueTrigger issue
Open
area:java-functions
- Dominant language
- Java
- Stars
- 45
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Hi
I have tried to use @ServiceBusQueueTrigger via MSI authentication, I have set ServiceBusConnection=Endpoint=sb://{my service bus namespace}.servicebus.windows.net/;Authentication=Managed Identity
It did not work
The runtime error is "Microsoft.Azure.ServiceBus: Value cannot be null. (Parameter 'ServiceBusConnection doesn't have a valid token provider')"
@ServiceBusQueueTrigger worked properly with SAS
I would like to know if @ServiceBusQueueTrigger supports MSI authentication and in case it does, how it's possible to implement it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.