Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
710 stars 263 forks source link

Provide actionable suggestions for when webhooks are not configured #2849

Closed davidmrdavid closed 1 week ago

davidmrdavid commented 2 weeks ago

We periodically receive questions about apps failing with the following error "Webhooks are not configured". This often occurs when running in K8s environments.

This PR augments our error message to provide guidance on how to work around this error.