-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Bus Binding #133
Comments
It looks like the ServiceBus extension messes up the messages somehow. Instead of sending the actual message body, the host sends literally I'm using "Microsoft.Azure.WebJobs.ServiceBus" version "3.0.0-beta5" \cc @pragnagopa |
Moving to next milestone. Will investigate |
Here is a sample function.json with a javascript function |
Pending:
|
Can we do output bindings to a service bus queue from a python function? |
Add support for Service Bus as a:
Goal is to enable the functionality and document the Python example here - https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus
For now, we can add the docs and samples to the developer reference.
We will also need a template per this issue - Azure/azure-functions-templates#646
The text was updated successfully, but these errors were encountered: