scale-tone/az-func-as-a-graph
Generates interactive code diagrams for your Azure Functions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectFolder | Folder where your host.json file resides. If omitted, defaults to repo's root folder. If your Functions project is not in the root folder, specify the exact path to it here. | no | — |
| outputFile | Path to output file. Extension can be either .SVG or .HTM. If it is .HTM, an interactive HTML page is generated - nodes are clickable and lead to source code. If the path contains folders, those folders must pre-exist. If omitted, defaults to {my-repo-name}.diagram.htm | no | — |
| templateFile | Full path to a custom template (will only be used, if output file has .HTM or .MD extension). If omitted, the default built-in template will be used. | no | — |
| doNotRenderFunctions | When set to true, Functions will not be shown on the resulting diagram | no | false |
| doNotRenderProxies | When set to true, Azure Functions Proxies will not be shown on the resulting diagram | no | false |
Outputs
no outputs