You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bicep could produce a textual/visual (graphviz?) dependency graph of the template. I envision such graphical representation can be helpful for human-checking more and more complicated templates, especially with the new parent/child syntax and the possible dependencies between various children of various parents.
Describe the solution you'd like
A few options:
bicep visualize command to consume JSON/bicep template and produce the visual type (similar to the what-if)
--verbose param of the build command to do the above as a last step of the transpilation
kudos for getting a graph widget in the VSCode plugin for an open bicep file
close this item as won't fix and defer this work to other (external) tools
The text was updated successfully, but these errors were encountered:
Bicep could produce a textual/visual (graphviz?) dependency graph of the template. I envision such graphical representation can be helpful for human-checking more and more complicated templates, especially with the new parent/child syntax and the possible dependencies between various children of various parents.
Describe the solution you'd like
A few options:
bicep visualize
command to consume JSON/bicep template and produce the visual type (similar to the what-if)--verbose
param of thebuild
command to do the above as a last step of the transpilationThe text was updated successfully, but these errors were encountered: