Document your Azure Function using az-func-as-a-graph
Antoine
Posted on April 11, 2021
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.
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
- to clone the tool in the directory of the function, and execute the following commands
npm install
npm run build
func start
You whould go to http://localhost:7071/ and see the following 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 !
💖 💪 🙅 🚩
Antoine
Posted on April 11, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
privacy Caught in the Crunch My Journey from Snacks to 2 Million Exposed Users Privacy
November 30, 2024
devchallenge Submission for the DevCycle Feature Flag Challenge: Feature Flag Funhouse
November 30, 2024