This message was deleted.
# dotnet
s
This message was deleted.
f
This was my solution
Copy code
Identity = new ManagedServiceIdentityArgs()
                    {
                        Type = ManagedServiceIdentityType.UserAssigned,
                        UserAssignedIdentities =
                        {
                            { ouputString.Item2, new Dictionary<string, object>() }
                        }
                    },
b
Glad you got it working. FYI it doesn't look like there is no reason for you to declare your WebApp insdie of an apply like that, it looks like you already have everything you need as outputs.
f
@bored-oyster-3147 Thank you Josh! I'll take a look. I bit of refactoring needs to take place. This is our organizations first run at infrastructure as code so it has been a learning curve.