You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
There’s no monitoring data for the Durable Task Scheduler I created.
The tasks themselves are definitely being written to the Azure Storage Table.
I have the Durable Functions Monitor extension installed in VS Code, and when I run the project locally it picks up every execution.
The Durable Task Scheduler has the documented IAM role assigned (Durable Task Data Contributor).
Yet after deploying to Azure Functions, no execution logs show up.
I’m using a user-assigned managed identity.
There’s no monitoring data for the Durable Task Scheduler I created.
The tasks themselves are definitely being written to the Azure Storage Table.
I have the Durable Functions Monitor extension installed in VS Code, and when I run the project locally it picks up every execution.
The Durable Task Scheduler has the documented IAM role assigned (Durable Task Data Contributor).
Yet after deploying to Azure Functions, no execution logs show up.
I’m using a user-assigned managed identity.