graemefoster/azurediagramsgithubactionsdocker
Runs AzureDiagramGenerator
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 5, 2023
- License
- MIT
Pinned Snippet
uses: graemefoster/azurediagramsgithubactionsdocker@9965627f402d46ed74b0fff54cdb2a3d11883c66 # v0.1.14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| subscriptionId | Azure Subscription Id | yes | — |
| resourceGroup | Azure Resource Group to match on. Regexes supported. Also * can be used as a simple non greedy wildcard (he*o) will match a resource group called hello | yes | — |
| accessToken | Access Token that can read the resources | yes | — |
| condensed | Collapse private endpoints / vm disks to produce a simple view. Useful for large architectures | no | true |
| showDiagnostics | Show flows from services to diagnostics like App Insights / Azure Monitor | no | false |
| showIdentity | Show connection from services to AAD for Managed Identities | no | false |
| showRuntime | Show runtime flows defined on the management plane (e.g. container pulls) | no | true |
| showInferred | Look into configuration settings to infer more links between resources | no | false |
| outputFileName | Output file name to write to (will write to the working directory) | yes | — |
Outputs
no outputs