I'm wanting to run the Azure Webjobs dashboard locally on our own server to track a task using the webjob framework that isn't running in Azure (running as a service on a local machine).
Previously there was a website project in the azure-webjobs-sdk repository but since moving to .NET Standard 2.0, the dashboard project has been deleted.
Where can I find this codebase? Is it decommissioned? Is there an alternative way to achieve my goal of a locally run dashboard?
v2.x
branch, which is still active. But indeed, it was not carried to the v3 code base. – David Ebbo