Azure / Azure-Functions

1.12k stars 199 forks source link

Azure service bus output bindings Message Properties #1139

Open KieranDaviesV opened 5 years ago

KieranDaviesV commented 5 years ago

Hello,

I've currently being working with service bus output binding. It seems you can't add message properties and there are workarounds with using libraries but i think it would be quite ideal to avoid using some of these libraries.

Would it be possible to add extra message properties to an output binding?

Burnett2k commented 5 years ago

I would also like this feature. Function apps are extremely limited if you cannot even add a label or userProperties... So limited that we are going to have to completely remove output bindings and instead push messages onto the bus using the node library instead.