Skip to content

Releases: scale-tone/az-func-as-a-graph

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

24 Oct 23:15
Compare
Choose a tag to compare
  • 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

az-func-as-a-graph 1.3

az-func-as-a-graph 1.2

az-func-as-a-graph VsCode Web Extension v1.1

04 Mar 20:14
Compare
Choose a tag to compare

Now az-func-as-a-graph is also available as a VsCode Web Extension. Install it from Marketplace once - and it will then show you codemaps of every Azure Functions project in every GitHub repo that you observe with VsCode for the Web (by pressing . on a GitHub repo).
It is, of course, also possible to install it into local VsCode instances and GitHub Codespaces.

https://marketplace.visualstudio.com/items?itemName=DurableFunctionsMonitor.az-func-as-a-graph