How can you get an Azure Function to run in an App Service, rather than Consumption mode?, i.e. what are the missing WebJobs attributes? -


how can azure function run in app service, rather consumption mode?, i.e. missing webjobs attributes?

i have existing function app works fine, want run in app service, rather consumption plan

tried deploying new app service ...

the 2 functions endpoints worked fine

but post endpoint throws 500 error ... can't invoked azure webjobs sdk. missing azure webjobs sdk attributes?

{   "id": "5887571d-c993-4e0e-a275-c5ebf34242f8",   "requestid": "2e9378e4-ceac-491f-8dd7-dd08acb94324",   "statuscode": 500,   "errorcode": 0,   "message": "'checkurl' can't invoked azure webjobs sdk.                 missing azure webjobs sdk attributes?" } 

there no fundamental differences between two, other billing , how long processes stay alive. suspect whatever issue encountering not directly related running in app service plan.

try deploying identical bits both fresh new consumption , app service plans apps verify this.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -