microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions graph tab doesn't show up

pjgsk opened this issue · comments

commented

The tab doesn't show up at all in monitor.
I know all is installed as required cause I can visualize the functions using Command Palette > Visualize Functions as a Graph defining location on disk.
What am I doing wrong?

Hi @pjgsk , DfMon VsCode extension shows a Function Graph of the currently open project (provided that this project is an Azure Functions project, aka that it contains host.json file).
So all you need to do is to open your sources in VsCode.

Does that answer your question, @pjgsk ?

Hope it helps. Pls, open another issue, if any further questions.