Is there a way to use Entity Framework with DI in Azure Functions?
@georgeollis2 жыл бұрын
Great video!
@FanieReynders2 жыл бұрын
Glad you liked it!
@pawlowski6132 Жыл бұрын
Hi, thanx for the great video. So, silly question but, it appears that the RESPONSE I get form my Input Binding is string and not JSON (just expected this type). Is that normal or, did I do something wrong when creating my function?
@jamunarangaswamy7822 жыл бұрын
Hi Fanie, Thank you for the explanation! Can we use the same azure function to first save the record and then fetch the id (identity column of the azure sql table) to perform an update by passing the id as parameter. So basically, we are first saving the record, second fetching the top 1 id of the newly created record and then passing the id to insert records into other tables.
@FanieReynders2 жыл бұрын
Hi Jamuna, according to the docs, you can target more than one table -> docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-output?tabs=in-process&pivots=programming-language-csharp#http-trigger-write-to-two-tables