Forum Discussion
ahmadfarhan
Nov 11, 2022Copper Contributor
Durable function service bus trigger in KEDA
I am trying to use KEDA for durable function using python. The trigger for the function is a service bus trigger. The following is the ScaledObject for the function. apiVersion: keda.sh/v1alpha1...
Kidd_Ip
Feb 15, 2026MVP
KEDA itself is not the source of the problem. The issue arises because the Durable Functions runtime requires the WEBSITE_HOSTNAME setting to properly configure orchestration webhooks. Defining this environment variable within your Kubernetes deployment ensures that the runtime can generate the necessary management endpoints and resolves the error.
https://github.com/Azure/azure-functions-durable-extension/issues/6
https://stackoverflow.com/questions/64400695/azure-durable-function-httpstart-failure-webhooks-are-not-configured