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
Describe the bug
First of all, AWESOME tool!!! Love it! Your tool shows more dependent objects than Microsoft Resource Visualizer which does not display subnets relationship to Vnets!!! The tool even picks up VM extensions and draws the dependencies!!!
The issue I ran into is that OS and Data Disks associated with VMs are not detected as objects so not shown. It will be great if you can add the ability to display OS/Data disks attached to VMs.
To Reproduce
Please attach your ARM template causing the issue here. If you are not comfortable posting it publicly, then if possible email it to me at benc.uk@gmail.com.
Describe the bug
First of all, AWESOME tool!!! Love it! Your tool shows more dependent objects than Microsoft Resource Visualizer which does not display subnets relationship to Vnets!!! The tool even picks up VM extensions and draws the dependencies!!!
The issue I ran into is that OS and Data Disks associated with VMs are not detected as objects so not shown. It will be great if you can add the ability to display OS/Data disks attached to VMs.
To Reproduce
Please attach your ARM template causing the issue here. If you are not comfortable posting it publicly, then if possible email it to me at benc.uk@gmail.com.
Some non relevant resource objects are removed.
"parameters": {
"virtualMachines_SQL01_name": {
"defaultValue": "SQL01",
"type": "String"
},
"virtualMachines_WEB01_name": {
"defaultValue": "WEB01",
"type": "String"
},
"virtualMachines_MGMT01_name": {
"defaultValue": "MGMT01",
"type": "String"
},
....
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: