Could you help me with building depends between linked templates in ARM Templates. I had separate templates for creating networks, internal LoadBalancers, VMs. Now I create parent template, where will be linked templates below via URI (Microsoft.Resources/deployments). And I want VM start deploy just after created LB and Networks. Can I do something like "depends on" it in templates??
PS When I trying insert "dependson" in parent or VM template - it error me "The resource '<ResouceID>' is not defined in the template." As I understood - depends on can work just with resources in the same template. May be there some hint with linked templates?