79446914

Date: 2025-02-18 01:07:04
Score: 0.5
Natty:
Report link

Your local environment is running in-process, but is your Azure environment running dotnet-isolated by chance? I was getting an empty request body in my function after I migrated it from in-process model to isolated worker model. After some research I modified my function definition and return object to match what the isolated model likes, then it worked. Changes were:

Reasons:
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jeff Brown