I want to use Newtonsoft.Json in my Azure function but if i use #r Newtonsoft.Json, as defined in documentation I get the error "Internal Server Error 500". What do I do wrong
You need to use
#r "NewtonSoft.Json"
Including the quotes!
Sander
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With