https://pulumi.com logo
a

ambitious-ram-5811

12/03/2019, 1:23 AM
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

tall-librarian-49374

12/03/2019, 7:05 AM
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