Skip to content
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

Closed
2 tasks
asavaritayal opened this issue May 29, 2018 · 5 comments
Closed
2 tasks

Service Bus Binding #133

asavaritayal opened this issue May 29, 2018 · 5 comments
Assignees
Milestone

Comments

@asavaritayal
Copy link
Contributor

Add support for Service Bus as a:

  • Trigger
  • Output Binding

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

@asavaritayal asavaritayal added this to the Sprint 25 milestone May 29, 2018
@elprans
Copy link
Collaborator

elprans commented Jun 12, 2018

It looks like the ServiceBus extension messes up the messages somehow. Instead of sending the actual message body, the host sends literally "System.Byte[]". Moreover, other bindings get messed up as well, so even http returns "System.Byte[]" instead of the actual function output.

I'm using "Microsoft.Azure.WebJobs.ServiceBus" version "3.0.0-beta5"

\cc @pragnagopa

@asavaritayal asavaritayal assigned pragnagopa and unassigned elprans Jun 12, 2018
@pragnagopa pragnagopa modified the milestones: Sprint 25, Sprint 26 Jun 13, 2018
@pragnagopa
Copy link
Member

Moving to next milestone. Will investigate

@pragnagopa
Copy link
Member

pragnagopa commented Jun 26, 2018

Here is a sample function.json with a javascript function
Node/ServiceBusQueueTriggerAndOutput
Can you give share function code? and the test code you using to invoke the function?

@asavaritayal
Copy link
Contributor Author

Pending:

  • CI (App Veyor) resolution

elprans added a commit that referenced this issue Aug 7, 2018
@elprans elprans closed this as completed in 09a3e3f Aug 9, 2018
elprans added a commit that referenced this issue Aug 9, 2018
elprans added a commit that referenced this issue Aug 27, 2018
elprans added a commit that referenced this issue Aug 27, 2018
@alexgman
Copy link

alexgman commented Aug 2, 2019

Can we do output bindings to a service bus queue from a python function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants