close
The Wayback Machine - https://web.archive.org/web/20200623075133/https://github.com/topics/azure-webjobs-sdk
Skip to content
#

azure-webjobs-sdk

Here are 22 public repositories matching this topic...

bragma
bragma commented Nov 5, 2019

Hi,
I am trying to use Razor Engine as a templating engine in a V2 function. I have it running locally, but not when deployed as a function. When selecting the function name from the portal, it gives "The function runtime is unable to start."

I've managed to strip everything down to a sample function with bare code and tried a lot of combinations with the basic initialization code, but not res

mcamacho021
mcamacho021 commented Feb 2, 2019

Observed that the error, warn, info and verbose are removed from the context when the context object is sanitized to remove the "done" function.

The _extends() function in the IncomingMessage file is removing these functions. Only the "log" function is available in the context object.

It would be nice if we could use these log level functions.

Context object before sanitized;
![image]

bug
mcollier
mcollier commented Mar 22, 2020

As a developer,
I would like the ability to optionally configure a retry policy when the triggered function fails,
so that a failed execution does not automatically advance the cursor.

This feature should work for all GA supported Azure Functions languages.

There is a similar issue for the Event Hub extension. The expectation is that the Event Hub and Kafka extension work in a similar mann

Improve this page

Add a description, image, and links to the azure-webjobs-sdk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-webjobs-sdk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.