DEV Community

Cover image for Document your Azure Function using az-func-as-a-graph
Antoine
Antoine

Posted on • Edited on

2 2

Document your Azure Function using az-func-as-a-graph

Photo by Kelly Sikkema on Unsplash

I have found this tool, that let your generate a beautiful image from your Azure function to document them.

Example

Be aware that the tool require Nodejs 10 !

In order to produce it, you need:

  • to have installed globally Azure Function Core Tools
npm i -g azure-functions-core-tools
Enter fullscreen mode Exit fullscreen mode
  • to clone the tool in the directory of the function, and execute the following commands
npm install
npm run build
func start
Enter fullscreen mode Exit fullscreen mode

You whould go to http://localhost:7071/ and see the following screen.

Main Screen

The tool will ask a github repo or a local path to document your Function. It will work with C# Azure Function.

Edit:
this is now available through a vscode extension : durablefunctionsmonitor.durablefunctionsmonitor

Hope this helps !

Image of Docusign

Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay