When using a Service Bus Trigger in an Azure Function, an extension Bundle is required which is set in the file host.json
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[1.*, 3.0.0)"
}
Then a message appears :
Value cannot be null. Parameter name: provider
Removing Entity Path from Azure Service Bus Connection String did the trick for me.
It's placed at the end of the Connection String:
Endpoint=sb://%YourNamespace%.servicebus.windows.net/;SharedAccessKeyName=%SASpolicy_name%;SharedAccessKey=%SASkey%=;EntityPath=queue-name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With