The `inputs` property of HttpFunction seems to be ...
# general
a
The
inputs
property of HttpFunction seems to be the ticket, but it's zero documented and I haven't found any examples that use it
t
Inputs are for function input bindings. You can find an example here: https://www.pulumi.com/blog/ten-pearls-with-azure-functions-in-pulumi/#10-input-bindings
They are for getting data from other sources, so I suppose not exactly for what you are asking