Azure – Getting the ID's of resources created using a loop in bicep
I have got a module that creates managed identities within bicep, I designed it as a module which accepts an array as parameter so that I can pass an array of managed identities that I want created and it can…