Skip to content

az-func-as-a-graph as a custom GitHub Action

Latest
Compare
Choose a tag to compare
@scale-tone scale-tone released this 24 Oct 23:15
· 7 commits to main since this release
  • Now you can run az-func-as-a-graph as part of your GitHub Actions workflow, to generate interactive code diagrams of your Azure Functions projects. It is this simple:
    steps:

    - uses: scale-tone/az-func-as-a-graph@github-action-v1.3
      with:
        projectFolder: ${{ github.workspace }}/path-to-my-function-project
        outputFile: my-function-graph.htm
        templateFile: my-custom-html-template.htm
        doNotRenderFunctions: false
        doNotRenderProxies: false