Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>az-func-as-a-graphNew to Visual Studio Code? Get it now.

az-func-as-a-graph

DurableFunctionsMonitor

|
41 installs
| (0) | Free
Visualizes your Azure Functions project in form of an interactive graph
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

az-func-as-a-graph

Visualizes your Azure Functions project in form of a graph. This gives an instant overview of what the project is doing, which Functions/Orchestrations/Entities it contains and which Triggers/Bindings it uses. The graph is interactive (clickable). This allows to quickly navigate the project's codebase.

logo

How to run

Just install this extension from Marketplace. When a Functions project (project containing a host.json file) is being opened, the graph will show up automatically.

Alternatively click on a host.json file and use the az-func-as-a-graph: Show... command:

image

To disable automatic graph generation use this settings flag:

image

This is a web extension, so it works even in your browser after just pressing . (period key) on any GitHub repo.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft