https://pulumi.com logo
#dotnet
Title
w

witty-market-32785

01/06/2021, 2:16 PM
Hi everyone, how I can fill the UserAssignedIdentities inside Identity property of Azure Next Gen ApplicationGateway? The documentation seems to be outdated, because UserAssignedIdentities receives a InputMap<object> and I don't undestand how I use this.
t

tall-librarian-49374

01/06/2021, 2:46 PM
So, basically
Copy code
UserAssignedIdentities = 
{
    { "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",  new Dictionary<string, object>() },
},
🙌 1
w

witty-market-32785

01/06/2021, 4:56 PM
It works!! Thanks!!
2 Views