Hi - The following document contains some examples of using cosmos input bindings with C# functions
There's a few different options (depending on how you're hosting) and several examples
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I was trying to follow this tutorial :
https://learn.microsoft.com/en-us/training/modules/chain-azure-functions-data-using-bindings/5-read-data-with-input-bindings-portal-lab?pivots=javascript
Note: I am using .net instead of js or ps
so the problem is
when i try to configure my input binding from cosmos db to my trigger , the input parameter is not added in the code automatically so i tried few random datatypes and it looks something like this now.
csx file looks like
function.json looks like
integration window looks like
it doesnt give me any error
but the book mark parameter is null when i try to call it using postman
like :
https://azfun0246.azurewebsites.net/api/HttpTrigger3_Cosmo45?code=myKey&id=portal
my cosmos db instance look like
Please help!
Hi - The following document contains some examples of using cosmos input bindings with C# functions
There's a few different options (depending on how you're hosting) and several examples