Closed devlife closed 3 years ago
Hey @devlife, right now resource dependency is drawn on basis of:
DependsOn
property in the Resource Group ARM template which is exported/parsed automatically to obtain this propertyGet-AzNetworkWatcherTopology
cmdlet to obtain network associations/dependency like VM -> NIC
I'll add more documentation to make this point clear.
I did
Export-AzViz
and used all of the default values but the only resource dependency arrow drawn was from a web app to the resource group. Under what circumstances would a dependency be drawn between a web app and application insights, for example?