How do i get IDs of the nested resources in ResourceGroup ?
Hi everyone, using the attribute refs in ResourceGroup doesn't solve me the problem, how do i do ?
my example is: i created a group of ports with resource group and below i wanted to attach these ports with servers i just created, so in parameter of resource group of server, i need a list of IDs of the port i created. Using refs doesn't give me the id of the ports but the id of the resource group :s
Thanks for your help.