Hi team,
I’ve followed all the documented steps to configure my Azure Function App with Durable Task. However, when checking the logs in Azure, I’m seeing the following warning:
[Warning] Ignoring DURABLE_TASK_SCHEDULER_CONNECTION_STRING setting and using 'DURABLE_TASK_SCHEDULER_CONNECTION_STRING' from host.json instead.
Could you please clarify:
Why this warning appears?
Which source is prioritized for the connection string?
Whether this behavior is expected or if there’s a misconfiguration?
Thanks in advance for your support!