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
My ARM template has a website which dependsOn a SQL Database (and a few other resources).
The other resources are displayed, but not the database connection
Hi, Thanks for bringing this to my attention. I was able to reproduce. It's because resources like databases are normally defined as nested resources. If you move the to the top level resource array my extension would show this links
Anyhow it was a very deep bug in how I parse the dependsOn links, which has been in the code for a very long time, so I'm surprised it hasn't been raised before!
Describe the bug
My ARM template has a website which
dependsOn
a SQL Database (and a few other resources).The other resources are displayed, but not the database connection
To Reproduce
I understand there are "known issues" with the
dependsOn
but here the 3 resources are expressed in the same way.If not possible to fix, could you please tell me how to express that dependency so that it gets picked up?
The text was updated successfully, but these errors were encountered: