graemefoster/azurediagramsgithubactions
Runs AzureDiagramGenerator (as dotnet tool)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 17, 2023
- License
- MIT
Pinned Snippet
uses: graemefoster/azurediagramsgithubactions@93f1c201b45cf26d4d4bbd274cb3b71240f42f0d # v0.1.10tags 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 | — |
| 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